=> "/opt/pkg/bin/bmake" ["-C", "/Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/games/redeclipse", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for redeclipse-2.0.0nb17 /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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -x c++-header -o shared/cube.tmp.h.gch shared/cube.h clang -c -o support/jsmn.o support/jsmn.c gmake[1]: Entering directory '/Users/pbulk/work/games/redeclipse/work/redeclipse-2.0.0/src/enet' Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found clang -DSQLITE_THREADSAFE=0 -DSQLITE_OMIT_LOAD_EXTENSION -c -o support/sqlite3.o support/sqlite3.c support/sqlite3.c:17378:17: warning: 'OSAtomicCompareAndSwapPtrBarrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_compare_exchange_strong() from instead [-Wdeprecated-declarations] success = OSAtomicCompareAndSwapPtrBarrier(NULL, newzone, ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/libkern/OSAtomicDeprecated.h:549:6: note: 'OSAtomicCompareAndSwapPtrBarrier' has been explicitly marked deprecated here bool OSAtomicCompareAndSwapPtrBarrier( void *__oldValue, void *__newValue, void * volatile *__theValue ); ^ In file included from shared/cube.h:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:430: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:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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 Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found 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:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:430: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:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:122: 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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: 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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: 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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: 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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been 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:122: 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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: 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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:57: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:58: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:59: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:378:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382: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:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:382:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:384:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:385:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:386:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:387:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:388:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:399: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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: engine/texture.h:400: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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: engine/texture.h:401: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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been 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:122: engine/texture.h:403: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been 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:122: engine/texture.h:404: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:405: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:439: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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: engine/texture.h:440: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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: engine/texture.h:441: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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: engine/texture.h:442: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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:435: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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:444:65: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void setu(uint x = 0, uint y = 0, uint z = 0, uint 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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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 Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found 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:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:430: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:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) 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 In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:122: 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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: 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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: 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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: 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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been 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:122: 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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: 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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:57: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:58: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:59: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:378:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382: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:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:382:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:384:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:385:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:386:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:387:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:388:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:399: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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: engine/texture.h:400: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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: engine/texture.h:401: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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been 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:122: engine/texture.h:403: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been 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:122: engine/texture.h:404: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:405: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:439: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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: engine/texture.h:440: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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: engine/texture.h:441: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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: engine/texture.h:442: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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ 117 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 compress.o compress.c clang -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Iinclude -DHAS_GETADDRINFO -DHAS_GETNAMEINFO -DHAS_POLL -DHAS_FCNTL -DHAS_INET_PTON -DHAS_INET_NTOP -DHAS_MSGHDR_FLAGS -DHAS_SOCKLEN_T -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o host.o host.c In file included from game/client.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:435: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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:444:65: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void setu(uint x = 0, uint y = 0, uint z = 0, uint 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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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 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 clang -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Iinclude -DHAS_GETADDRINFO -DHAS_GETNAMEINFO -DHAS_POLL -DHAS_FCNTL -DHAS_INET_PTON -DHAS_INET_NTOP -DHAS_MSGHDR_FLAGS -DHAS_SOCKLEN_T -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o unix.o unix.c clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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 Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found clang -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Iinclude -DHAS_GETADDRINFO -DHAS_GETNAMEINFO -DHAS_POLL -DHAS_FCNTL -DHAS_INET_PTON -DHAS_INET_NTOP -DHAS_MSGHDR_FLAGS -DHAS_SOCKLEN_T -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o win32.o win32.c ar rcs libenet.a callbacks.o compress.o host.o list.o packet.o peer.o protocol.o unix.o win32.o gmake[1]: Leaving directory '/Users/pbulk/work/games/redeclipse/work/redeclipse-2.0.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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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 Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found 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:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:430: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:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:122: 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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: 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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: 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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: 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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been 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:122: 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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: 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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:57: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:58: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:59: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:378:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382: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:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:382:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:384:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:385:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:386:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:387:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:388:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:399: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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: engine/texture.h:400: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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: engine/texture.h:401: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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been 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:122: engine/texture.h:403: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been 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:122: engine/texture.h:404: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:405: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:439: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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: engine/texture.h:440: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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: engine/texture.h:441: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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: engine/texture.h:442: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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:435: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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:444:65: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void setu(uint x = 0, uint y = 0, uint z = 0, uint 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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:430:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:122: 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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: 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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: 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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: 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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been 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:122: 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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: 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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:57: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:58: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:59: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:378:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382: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:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:382:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:384:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:385:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:386:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:387:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:388:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:399: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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: engine/texture.h:400: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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: engine/texture.h:401: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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been 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:122: engine/texture.h:403: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been 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:122: engine/texture.h:404: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:405: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:439: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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: engine/texture.h:440: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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: engine/texture.h:441: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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: engine/texture.h:442: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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ 117 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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 Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found In file included from game/defend.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:435: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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:444:65: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void setu(uint x = 0, uint y = 0, uint z = 0, uint 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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 117 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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 117 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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 Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found 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:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:430:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:122: 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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: 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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: 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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: 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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been 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:122: 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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: 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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:57: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:58: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:59: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:378:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382: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:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:382:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:384:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:385:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:386:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:387:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:388:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:399: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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: engine/texture.h:400: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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: engine/texture.h:401: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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been 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:122: engine/texture.h:403: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been 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:122: engine/texture.h:404: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:405: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:439: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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: engine/texture.h:440: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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: engine/texture.h:441: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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: engine/texture.h:442: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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:196: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/bomber.cpp:203: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); ^ In file included from game/bomber.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:435: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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:444:65: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void setu(uint x = 0, uint y = 0, uint z = 0, uint 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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:430: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:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:430: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:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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); \game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:122: ^ shared/glexts.h:433:32: note: expanded from macro 'glVertexAttribPointer_' 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] #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked 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_FLOAT: glUniform1fv_(loc, size, param->fval); break; ^ shared/glexts.h:386:23: note: expanded from macro 'glUniform1fv_' 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:65: 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' #define glUniform1fv_ glUniform1fv ^ static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13extern 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.hnote: :65: 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] 'glUniform1fv' has been explicitly marked deprecated here GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:122: 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] In file included from game/game.cpp:2: In file included from game/game.h: case GL_FLOAT_VEC2: glUniform2fv_(loc, size, param->fval); break; ^ 4: shared/glexts.hIn file included from :engine/engine.h387::523: :In file included from shared/cube.hnote: :expanded from macro 'glUniform2fv_'65 : 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] #define glUniform2fv_ glUniform2fv ^ GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, 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:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated hereshared/glemu.h :73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/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 note: game/entities.cpp'glVertexAttribPointer' has been explicitly marked deprecated here: 1: In file included from game/game.h:4: In file included from engine/engine.h:122: 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] extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ case GL_FLOAT_VEC3: glUniform3fv_(loc, size, param->fval); break; ^ shared/glexts.h:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: In file included from 'glUniform3fv' has been explicitly marked deprecated heregame/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:65extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14);: 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:In file included from game/entities.cpp:1: In file included from game/game.h:454: :In file included from engine/engine.h:122: 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] note: case GL_FLOAT_VEC4: glUniform4fv_(loc, size, param->fval); break;expanded from macro 'GLE_ATTRIBPOINTER' ^ shared/glexts.h:389:23: note: expanded from macro 'glUniform4fv_' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^#define glUniform4fv_ glUniform4fv shared/glexts.h ^:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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); } \ /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:2945404::37:13 note: :expanded from macro 'glDisableVertexAttribArray_' note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ #define glDisableVertexAttribArray_ glDisableVertexAttribArrayIn file included from game/entities.cpp:1: In file included from game/game.h: ^ 4: In file included from engine/engine.h:122/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: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:394:23: note: expanded from macro 'glUniform1iv_':2918:13: 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:#define glUniform1iv_ glUniform1iv4 : ^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::294665:: 13shared/glemu.h:: 84note: :'glUniform1iv' has been explicitly marked deprecated here5 : warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] extern void glUniform1iv (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:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:In file included from 433game/entities.cpp::321:: In file included from note: game/game.hexpanded from macro 'glVertexAttribPointer_': 4: In file included from engine/engine.h:122: engine/texture.h#define glVertexAttribPointer_ glVertexAttribPointer: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947: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: 'glUniform2iv' has been explicitly marked deprecated here: 2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) 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 game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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 game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:5: extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14);In file included from shared/cube.h ^: 65: shared/glemu.h:85:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] In file included from game/entities.cpp: GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, )1 : ^In file included from game/game.h:4: In file included from engine/engine.h:122: engine/texture.h:52:33: shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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: '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); ^ 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:65: 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: case GL_INT_VEC4: glUniform4iv_(loc, size, param->ival); break; note: expanded from macro 'GLE_ATTRIBPOINTER' ^ shared/glexts.h:397 static inline void disable##name() { glDisableVertexAttribArray_(index); } \: 23 ^: note: shared/glexts.hexpanded from macro 'glUniform4iv_': 404:37: note: #define glUniform4iv_ glUniform4ivexpanded 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:2949:13:#define glDisableVertexAttribArray_ glDisableVertexAttribArray note: 'glUniform4iv' has been explicitly marked deprecated here ^ extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: shared/glemu.h:85:5In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from :engine/engine.h :warning: 122'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: engine/texture.h:57:33: warning: 'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h: case GL_FLOAT_MAT2: glUniformMatrix2fv_(loc, 1, GL_FALSE, param->fval); break;73 : ^13 :shared/glexts.h :note: 398expanded from macro 'GLE_ATTRIBPOINTER': 29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13 glVertexAttribPointer_(index, size, type, normalized, stride, data); \: ^note: 'glUniformMatrix2fv' has been explicitly marked deprecated hereshared/glexts.h: 433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointerextern void glUniformMatrix2fv (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:2916:13: note: 'glVertexAttribPointer' 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:122: engine/texture.h:58: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; ^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 :399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:5: In file included from shared/cube.hIn file included from :game/entities.cpp65:: 1shared/glemu.h: :In file included from 87game/game.h::574:: In file included from warning: engine/engine.h'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: 122: engine/texture.h:59:33: warning: 'glUniformMatrix4fv' 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:352:23: case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; note: ^expanded from macro 'glBindBuffer_' shared/glexts.h:400:29:#define glBindBuffer_ glBindBuffer note: ^expanded from macro 'glUniformMatrix4fv_' /Applications/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 glUniformMatrix4fv_ glUniformMatrix4fvnote: '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:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ 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:5: In file included from shared/cube.h:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:122: engine/texture.h:378:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382: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:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:382:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:384:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:385:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:386:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:387:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:388:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:399: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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: engine/texture.h:400: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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: engine/texture.h:401: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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been 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:122: engine/texture.h:403: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been 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:122: engine/texture.h:404: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:405: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:439: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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: engine/texture.h:440: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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: engine/texture.h:441: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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: engine/texture.h:442: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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: 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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: 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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: 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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: 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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been 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:122: 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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: 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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:57: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:58: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:59: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:378:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382: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:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:382:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:384:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:385:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:386:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:387:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:388:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:399: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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: engine/texture.h:400: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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: engine/texture.h:401: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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been 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:122: engine/texture.h:403: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been 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:122: engine/texture.h:404: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:405: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:439: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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: engine/texture.h:440: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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: engine/texture.h:441: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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: engine/texture.h:442: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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:435:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:444:65: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void setu(uint x = 0, uint y = 0, uint z = 0, uint w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/entities.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 119 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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 Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found 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:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:430: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:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:122: 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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: 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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: 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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: 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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been 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:122: 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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: 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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:57: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:58: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:59: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:378:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382: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:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:382:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:384:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:385:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:386:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:387:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:388:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:399: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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: engine/texture.h:400: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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: engine/texture.h:401: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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been 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:122: engine/texture.h:403: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been 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:122: engine/texture.h:404: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:405: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:439: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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: engine/texture.h:440: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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: engine/texture.h:441: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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: engine/texture.h:442: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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:6: 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:678: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:679: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:688: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:689: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:819: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:820: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:821: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:845: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:1002: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:1003: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:1004: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:1129: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:1130: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:1132: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:1239: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:1240: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:1242: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:1569: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:1699: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:301: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); ^ game/hud.cpp:1701: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:301: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); ^ game/hud.cpp:1703: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:301: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); ^ game/hud.cpp:1765: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:1815: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); ^ shared/glexts.h:301: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); ^ game/hud.cpp:1817: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:301: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); ^ game/hud.cpp:1819: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_TEXTURE2); ^ shared/glexts.h:301: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); ^ game/hud.cpp:1821: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:301: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); ^ game/hud.cpp:1823: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_TEXTURE4); ^ shared/glexts.h:301: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); ^ game/hud.cpp:1825: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); ^ shared/glexts.h:301: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); ^ game/hud.cpp:1839: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:1856: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:1974: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:2063: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:2064: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:2087: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, 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:2125: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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:435: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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:444:65: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void setu(uint x = 0, uint y = 0, uint z = 0, uint 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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 117 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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 Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found In file included from game/game.cpp:2: In file included from game/game.h:4: In file included from engine/engine.h:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:435: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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:444:65: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void setu(uint x = 0, uint y = 0, uint z = 0, uint 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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/physics.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:430: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:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:122: 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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: 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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: 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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: 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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been 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:122: 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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: 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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:57: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:58: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:59: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:378:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382: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:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:382:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:384:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:385:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:386:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:387:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:388:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:399: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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: engine/texture.h:400: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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: engine/texture.h:401: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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been 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:122: engine/texture.h:403: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been 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:122: engine/texture.h:404: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:405: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:439: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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: engine/texture.h:440: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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: engine/texture.h:441: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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: engine/texture.h:442: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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:435: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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:444:65: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void setu(uint x = 0, uint y = 0, uint z = 0, uint 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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 153 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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 Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found 117 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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 Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found 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:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:430: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:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:122: 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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: 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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: 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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: 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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been 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:122: 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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: 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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:57: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:58: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:59: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:378:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382: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:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:382:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:384:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:385:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:386:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:387:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:388:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:399: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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: engine/texture.h:400: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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: engine/texture.h:401: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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been 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:122: engine/texture.h:403: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been 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:122: engine/texture.h:404: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:405: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:439: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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: engine/texture.h:440: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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: engine/texture.h:441: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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: engine/texture.h:442: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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:435: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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:444:65: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void setu(uint x = 0, uint y = 0, uint z = 0, uint 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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from game/scoreboard.cpp:1: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:430: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:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:122: 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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: 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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: 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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: 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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been 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:122: 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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: 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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:57: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:58: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:59: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:378:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382: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:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:382:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:384:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:385:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:386:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:387:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:388:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:399: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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: engine/texture.h:400: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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: engine/texture.h:401: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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been 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:122: engine/texture.h:403: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been 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:122: engine/texture.h:404: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:405: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:439: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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: engine/texture.h:440: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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: engine/texture.h:441: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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: engine/texture.h:442: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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:435: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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:444:65: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void setu(uint x = 0, uint y = 0, uint z = 0, uint 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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 117 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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 Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found In file included from game/server.cpp:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:430: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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:7: In file included from game/game.h:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:7: In file included from game/game.h:4: In file included from engine/engine.h:122: 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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:7: In file included from game/game.h:4: In file included from engine/engine.h:122: 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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:7: In file included from game/game.h:4: In file included from engine/engine.h:122: 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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:7: In file included from game/game.h:4: In file included from engine/engine.h:122: 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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been 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:7: In file included from game/game.h:4: In file included from engine/engine.h:122: 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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:7: In file included from game/game.h:4: In file included from engine/engine.h:122: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:7: In file included from game/game.h:4: In file included from engine/engine.h:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:7: In file included from game/game.h:4: In file included from engine/engine.h:122: 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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:7: In file included from game/game.h:4: In file included from engine/engine.h:122: engine/texture.h:57: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:7: In file included from game/game.h:4: In file included from engine/engine.h:122: engine/texture.h:58: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:7: In file included from game/game.h:4: In file included from engine/engine.h:122: engine/texture.h:59: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:7: In file included from game/game.h:4: In file included from engine/engine.h:122: engine/texture.h:378:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382: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:7: In file included from game/game.h:4: In file included from engine/engine.h:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:7: In file included from game/game.h:4: In file included from engine/engine.h:122: engine/texture.h:382:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:7: In file included from game/game.h:4: In file included from engine/engine.h:122: engine/texture.h:384:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:7: In file included from game/game.h:4: In file included from engine/engine.h:122: engine/texture.h:385:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:7: In file included from game/game.h:4: In file included from engine/engine.h:122: engine/texture.h:386:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:7: In file included from game/game.h:4: In file included from engine/engine.h:122: engine/texture.h:387:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:7: In file included from game/game.h:4: In file included from engine/engine.h:122: engine/texture.h:388:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:7: In file included from game/game.h:4: In file included from engine/engine.h:122: engine/texture.h:399: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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:7: In file included from game/game.h:4: In file included from engine/engine.h:122: engine/texture.h:400: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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:7: In file included from game/game.h:4: In file included from engine/engine.h:122: engine/texture.h:401: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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:7: In file included from game/game.h:4: In file included from engine/engine.h:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been 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:7: In file included from game/game.h:4: In file included from engine/engine.h:122: engine/texture.h:403: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been 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:7: In file included from game/game.h:4: In file included from engine/engine.h:122: engine/texture.h:404: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:7: In file included from game/game.h:4: In file included from engine/engine.h:122: engine/texture.h:405: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:7: In file included from game/game.h:4: In file included from engine/engine.h:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:7: In file included from game/game.h:4: In file included from engine/engine.h:122: engine/texture.h:439: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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:7: In file included from game/game.h:4: In file included from engine/engine.h:122: engine/texture.h:440: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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:7: In file included from game/game.h:4: In file included from engine/engine.h:122: engine/texture.h:441: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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:7: In file included from game/game.h:4: In file included from engine/engine.h:122: engine/texture.h:442: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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ 117 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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 Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found 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:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:430: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:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:122: 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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: 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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: 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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: 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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been 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:122: 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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: 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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:57: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:58: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:59: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:378:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382: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:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:382:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:384:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:385:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:386:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:387:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:388:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:399: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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: engine/texture.h:400: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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: engine/texture.h:401: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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been 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:122: engine/texture.h:403: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been 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:122: engine/texture.h:404: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:405: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:439: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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: engine/texture.h:440: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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: engine/texture.h:441: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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: engine/texture.h:442: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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:435: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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:444:65: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void setu(uint x = 0, uint y = 0, uint z = 0, uint 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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 117 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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 Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found In file included from game/server.cpp:7: In file included from game/game.h:4: In file included from engine/engine.h:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:435: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:7: In file included from game/game.h:4: In file included from engine/engine.h:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:7: In file included from game/game.h:4: In file included from engine/engine.h:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:7: In file included from game/game.h:4: In file included from engine/engine.h:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:7: In file included from game/game.h:4: In file included from engine/engine.h:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:7: In file included from game/game.h:4: In file included from engine/engine.h:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:7: In file included from game/game.h:4: In file included from engine/engine.h:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:7: In file included from game/game.h:4: In file included from engine/engine.h:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:7: In file included from game/game.h:4: In file included from engine/engine.h:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:444:65: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void setu(uint x = 0, uint y = 0, uint z = 0, uint 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:7: In file included from game/game.h:4: In file included from engine/engine.h:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:7: In file included from game/game.h:4: In file included from engine/engine.h:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:7: In file included from game/game.h:4: In file included from engine/engine.h:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:7: In file included from game/game.h:4: In file included from engine/engine.h:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:7: In file included from game/game.h:4: In file included from engine/engine.h:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:7: In file included from game/game.h:4: In file included from engine/engine.h:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:7: In file included from game/game.h:4: In file included from engine/engine.h:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:430: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:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:122: 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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: 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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: 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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: 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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been 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:122: 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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: 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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:57: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:58: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:59: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:378:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382: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:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:382:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:384:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:385:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:386:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:387:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:388:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:399: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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: engine/texture.h:400: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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: engine/texture.h:401: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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been 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:122: engine/texture.h:403: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been 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:122: engine/texture.h:404: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:405: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:439: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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: engine/texture.h:440: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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: engine/texture.h:441: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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: engine/texture.h:442: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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:435: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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:444:65: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void setu(uint x = 0, uint y = 0, uint z = 0, uint 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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 117 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 -Wno-invalid-offsetof -DSTANDALONE -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `pkg-config --cflags zlib` -c -o shared/crypto-standalone.o shared/crypto.cpp 117 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 -Wno-invalid-offsetof -DSTANDALONE -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `pkg-config --cflags zlib` -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 -Wno-invalid-offsetof -DSTANDALONE -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `pkg-config --cflags zlib` -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 -Wno-invalid-offsetof -DSTANDALONE -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `pkg-config --cflags zlib` -c -o shared/tools-standalone.o shared/tools.cpp shared/tools.cpp:234: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] buf += sprintf(buf, "%d", ipconv.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))) ^ shared/tools.cpp:241:33: 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] if(!bits && range%8) buf += sprintf(buf, "/%d", range); ^ /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 -Wno-invalid-offsetof -DSTANDALONE -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `pkg-config --cflags zlib` -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 -Wno-invalid-offsetof -DSTANDALONE -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `pkg-config --cflags zlib` -c -o engine/cdpi-standalone.o engine/cdpi.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 -Wno-invalid-offsetof -DSTANDALONE -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `pkg-config --cflags zlib` -c -o engine/command-standalone.o engine/command.cpp clang++ -pipe -Os -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -Wall -fsigned-char -fno-exceptions -fno-rtti -Wno-invalid-offsetof -DSTANDALONE -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `pkg-config --cflags zlib` -c -o engine/http-standalone.o engine/http.cpp engine/command.cpp:1386:20: warning: unused function 'compilestr' [-Wunused-function] static inline void compilestr(vector &code, const char *word, bool macro = false) { compilestr(code, word, int(strlen(word)), macro); } ^ 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 -Wno-invalid-offsetof -DSTANDALONE -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `pkg-config --cflags zlib` -c -o engine/irc-standalone.o engine/irc.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 -Wno-invalid-offsetof -DSTANDALONE -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `pkg-config --cflags zlib` -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 -Wno-invalid-offsetof -DSTANDALONE -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `pkg-config --cflags zlib` -c -o engine/server-standalone.o engine/server.cpp engine/server.cpp:170: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:175: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 -Wno-invalid-offsetof -DSTANDALONE -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `pkg-config --cflags zlib` -c -o game/server-standalone.o game/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 -Wno-invalid-offsetof -DSTANDALONE -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `pkg-config --cflags zlib` -c -o shared/genkey.o shared/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 -Wno-invalid-offsetof -DSTANDALONE `pkg-config --cflags zlib freetype2` -c -o shared/cube2font.o shared/cube2font.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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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 Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found In file included from shared/crypto.cpp:1: In file included from shared/cube.h:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:430: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:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ 117 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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 Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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 Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found In file included from shared/geom.cpp:1: In file included from shared/cube.h:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:430: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:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:430: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:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ 70 warnings generated. In file included from shared/glemu.cpp:1: In file included from shared/cube.h:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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 note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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:351: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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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:355: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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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:318: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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/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:351: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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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); Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found ^ shared/glexts.h:355:23: note: expanded from macro 'glBufferData_' Package 'gl' not found #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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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:354: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:351: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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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:355: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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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:354: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:356: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:354: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:342: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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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:357: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:357: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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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 Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found In file included from shared/stream.cpp:1: In file included from shared/cube.h:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:430: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:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:430: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:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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:234: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] buf += sprintf(buf, "%d", ipconv.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))) ^ shared/tools.cpp:241:33: 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] if(!bits && range%8) buf += sprintf(buf, "/%d", range); ^ /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))) ^ 72 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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 Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -x c++-header -o engine/engine.tmp.h.gch engine/engine.h Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found In file included from shared/zip.cpp:1: In file included from shared/cube.h:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:430: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:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: '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:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has 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:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918: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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: '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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:430: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:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:122: 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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: 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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: 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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: 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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: 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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: 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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:57: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:58: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:59: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:378:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382: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:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:382:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:384:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:385:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:386:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:387:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:388:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:399: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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: engine/texture.h:400: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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: engine/texture.h:401: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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:403: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:404: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:405: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:439: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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: engine/texture.h:440: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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: engine/texture.h:441: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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: engine/texture.h:442: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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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 -Wno-invalid-offsetof -L/opt/pkg/lib -o genkey_native shared/genkey.o shared/crypto-standalone.o -Lenet -lenet `pkg-config --libs zlib` 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 -Wno-invalid-offsetof -L/opt/pkg/lib -o cube2font_native shared/cube2font.o `pkg-config --libs zlib freetype2` 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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/aa.o engine/aa.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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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 Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found In file included from engine/aa.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/aa.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/aa.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/aa.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/aa.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/aa.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ In file included from engine/bih.cpp:1shared/glexts.h: :418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908In file included from engine/engine.h:5: In file included from shared/cube.h:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ :65In file included from engine/aa.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h: :65: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] shared/glemu.h:55 GLE_INITATTRIBF(vertex, ATTRIB_VERTEX): ^5 :shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' warning: static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:411:28: note: expanded from macro 'glVertexAttrib2fv_' 'glVertexAttrib1f' 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 :13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) 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) \In file included from engine/aa.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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]shared/glemu.h :42:51: note: expanded from macro 'GLE_INITATTRIB' GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:419: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.h406::290927::13 :note: expanded from macro 'glVertexAttrib1f_'note: 'glVertexAttrib4fv' has been explicitly marked deprecated here #define glVertexAttrib1f_ glVertexAttrib1f ^ extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/aa.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :168: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: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ : shared/glemu.h:55In file included from engine/aa.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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' 5: GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ ^/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/aa.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.hshared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' : GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' 56 static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here :5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.hIn file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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] :47: GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ 9shared/glemu.h:: 44note: :expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \67 ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' : note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :174:1: note: expanded from here static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \glVertexAttrib3f_ ^^ shared/glexts.h:414:27:: 162note: :expanded from macro 'glVertexAttrib3f_'1 : note: expanded from here #define glVertexAttrib3f_ glVertexAttrib3f ^glVertexAttrib3f_ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: ^ shared/glexts.h:'glVertexAttrib3f' has been explicitly marked deprecated here414: 27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cppextern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14);:1 : ^In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:55 :5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-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/aa.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] ^ GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.hshared/glemu.h::4545::7575:: note: note: expanded from macro 'GLE_INITATTRIB'expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :177:1:In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fvexpanded from here ^ glVertexAttrib4f_/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13 : note: 'glVertexAttrib3fv' has been explicitly marked deprecated here ^extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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.h:5: In file included from shared/cube.h:65: shared/glemu.h:55: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(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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] In file included from engine/aa.cpp:1: GLE_INITATTRIBF(vertex, ATTRIB_VERTEX)In file included from engine/engine.h ^: 5shared/glemu.h: :In file included from 50shared/cube.h::5065:: shared/glemu.hnote: :expanded from macro 'GLE_INITATTRIBF'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: static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \48 : ^49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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.hextern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ :411:28: note: expanded from macro 'glVertexAttrib2fv_'In file included from engine/aa.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h: 56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/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 glVertexAttrib2fv_ glVertexAttrib2fv: 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:2889:13: note: 'glVertexAttrib2fv' 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 glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/aa.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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] In file included from engine/bih.cpp GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ :shared/glemu.h:50:50: 1note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /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 engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:56::13: 5: warning: 'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (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 :42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :168:1: note: expanded from here In file included from engine/aa.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: glVertexAttrib1f_ shared/glemu.h^: shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' 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 glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: GLE_INITATTRIBF(color, ATTRIB_COLOR)note: 'glVertexAttrib1f' has been explicitly marked deprecated here ^ shared/glemu.h:51:50extern void glVertexAttrib1f (GLuint index, GLfloat x) 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' In file included from engine/aa.cpp:1: In file included from engine/engine.h:5: In file included from GLE_INITATTRIB(name, index, f, float) \shared/cube.h : ^65 : shared/glemu.h:57:shared/glemu.h5::43 :warning: 59'glVertexAttrib4Nub' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: note: expanded from macro 'GLE_INITATTRIB' GLE_INITATTRIBN(color, ATTRIB_COLOR, ub, uchar, 255) static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ ^:171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.h:53:86: note: expanded from macro 'GLE_INITATTRIBN' In file included from static inline void name##suffix(type x, type y, type z, type w = defaultw) { glVertexAttrib4N##suffix##_(index, x, y, z, w); } ^ engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h::65: 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] 180: GLE_INITATTRIBF(color, ATTRIB_COLOR)1 : ^ note: expanded from here shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' glVertexAttrib4Nub_ ^ shared/glexts.h GLE_INITATTRIB(name, index, f, float) \: 429 ^: 29:shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB'note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /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##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \2901 : ^13 ::174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:56:5:extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte 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' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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/aa.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14);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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:56:5: warning: #define glVertexAttrib4Nub_ glVertexAttrib4Nub'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: GLE_INITATTRIBF(color, ATTRIB_COLOR)'glVertexAttrib4Nub' has been explicitly marked deprecated here ^ shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:415:28: note: expanded from macro 'glVertexAttrib3fv_' extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte 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/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:In file included from engine/aa.cpp:1: In file included from engine/engine.h:495:: 58In file included from :shared/cube.h :note: 65expanded from macro 'GLE_INITATTRIBF': shared/glemu.h:59:48: warning: 'glVertexAttrib4Nubv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h static inline void color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); }: 418 ^: 27: shared/glexts.hnote: :expanded from macro 'glVertexAttrib4f_'430 :30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4f_ 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 glVertexAttrib4Nubv_ glVertexAttrib4Nubv2908 : ^13 : /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hnote: :'glVertexAttrib4f' has been explicitly marked deprecated here2902 :13: note: 'glVertexAttrib4Nubv' has 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 glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ In file included from engine/aa.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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/bih.cpp: GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0)1 : ^In file included from engine/engine.h:5shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' : In file included from shared/cube.h:65: shared/glemu.h GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h::5642::551: :note: expanded 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(color, ATTRIB_COLOR) ^ static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \shared/glemu.h : ^50 :50: note: expanded from macro 'GLE_INITATTRIBF' :183:1: note: expanded from here glVertexAttrib1f_ static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \^ ^ shared/glexts.h:411:28:shared/glexts.h :note: 406expanded from macro 'glVertexAttrib2fv_': 27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882: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: 2889'glVertexAttrib1f' has been explicitly marked deprecated here: 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 In file included from engine/bih.cppengine/aa.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::6565: : shared/glemu.hshared/glemu.h::5660::55:: warning: warning: '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'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: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_INITATTRIBF(color, ATTRIB_COLOR)glVertexAttrib2f_ ^ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ 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:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here :51:50:extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ note: expanded from macro 'GLE_INITATTRIBF' In file included from engine/aa.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47 ^: shared/glexts.h:419:28: note: expanded from macro 'glVertexAttrib4fv_' 9:#define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here 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:44:67In file included from engine/bih.cpp:1: In file included from :engine/engine.h: 5note: : expanded from macro 'GLE_INITATTRIB'In file included from shared/cube.h:65: 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] static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here :extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^7 :1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/aa.cpp:1: In file included from engine/engine.h:5: In file included from In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:58:shared/cube.h66: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here :65: shared/glemu.h:60:5:extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte 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:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded 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/bih.cpp ^: 1: In file included from engine/engine.h::105:: 1In file included from :shared/cube.h :note: 65expanded from here : shared/glemu.h:59:glVertexAttrib4f_ ^ shared/glexts.h:41848::27 :warning: '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 ^ /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 color(const bvec4 &v) { glVertexAttrib4Nubv_(ATTRIB_COLOR, v.v); }: 13 ^: note: 'glVertexAttrib4f' has been explicitly marked deprecated here shared/glexts.h:430: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 glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hIn file included from :engine/aa.cpp2882::113: :In file included from engine/engine.hnote: :'glVertexAttrib1f' has been explicitly marked deprecated here 5: In file included from shared/cube.h:65: shared/glemu.h:extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ 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:In file included from 415engine/bih.cpp::281:: In file included from note: engine/engine.hexpanded from macro 'glVertexAttrib3fv_': 5: In file included from shared/cube.h:65#define glVertexAttrib3fv_ glVertexAttrib3fv: ^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.h5::2895 :warning: 13'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:47: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: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 In file included from engine/aa.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.hglVertexAttrib2f_: 60^: 5:shared/glexts.h :warning: 410'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] : GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0)27 : ^ note: expanded from macro 'glVertexAttrib2f_' shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/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(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:418:27: note: note: expanded from macro 'glVertexAttrib4f_''glVertexAttrib2f' 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 hereextern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) 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:65: 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/aa.cpp :1: In file included from shared/glemu.hengine/engine.h::475:: 9In file included from :shared/cube.h :note: 65expanded from macro 'GLE_INITATTRIBF': shared/glemu.h:60:5: warning: GLE_INITATTRIB(name, index, f, float) \'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:44:67: note: expanded from macro 'GLE_INITATTRIB' GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :7:1: static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:411note: :expanded from here28 : note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: glVertexAttrib3f_note: 'glVertexAttrib2fv' has been explicitly marked deprecated here^ shared/glexts.h:414:extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) 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/aa.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.hextern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14);: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' In file included from engine/bih.cpp:1: In file included from engine/engine.h#define glVertexAttrib4fv_ glVertexAttrib4fv: 5 ^: In file included from /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:shared/cube.h2909::6513: :shared/glemu.h :note: 60'glVertexAttrib4fv' has been explicitly marked deprecated here :5: warning: extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) 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:47: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/aa.cpp:1: In file included from static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); }engine/engine.h : ^5 : In file included from shared/cube.h::6510: :shared/glemu.h1::61 :note: 5expanded 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] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.hglVertexAttrib4f_: 47^: 9:shared/glexts.h note: expanded from macro 'GLE_INITATTRIBF' :418:27: GLE_INITATTRIB(name, index, f, float) \ note: ^expanded from macro 'glVertexAttrib4f_' shared/glemu.h:42:51: #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13note: expanded from macro 'GLE_INITATTRIB': note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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/bih.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 :65: 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:415In file included from engine/aa.cpp:1: In file included from :28: note: expanded from macro 'glVertexAttrib3fv_' engine/engine.h:5: In file included from shared/cube.h:65: #define glVertexAttrib3fv_ glVertexAttrib3fvshared/glemu.h : ^61 :5/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: :'glVertexAttrib3fv' has been explicitly marked deprecated here warning: '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) ^ extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' In file included from engine/bih.cpp:1: In file included from engine/engine.h: static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :16:15:: In file included from note: shared/cube.hexpanded from here: 65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0) glVertexAttrib2f_ ^ ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF'shared/glexts.h :410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4fextern 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:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/aa.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:61:5: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] In file included from engine/bih.cpp:1: In file included from engine/engine.h:5 GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1): In file included from ^shared/cube.h :65: 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] shared/glemu.h:47:9 GLE_INITATTRIBF(texcoord0, ATTRIB_TEXCOORD0): ^ note: expanded from macro 'GLE_INITATTRIBF'shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:411:28 : note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:60:5:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14);: ^ warning: '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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ In file included from engine/aa.cpp:1: In file included from engine/engine.h:5: /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hIn file included from shared/cube.h::652909: shared/glemu.h::6113::5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ note: shared/glemu.h'glVertexAttrib4fv' has been explicitly marked deprecated here:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65/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: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] :2908:13: GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) note: ^'glVertexAttrib4f' 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 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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:9In file included from : note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' engine/aa.cpp:1: In file included from engine/engine.h:5: static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \In file included from shared/cube.h ^: :16:1: note: expanded from here 65: 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] glVertexAttrib2f_ ^ shared/glexts.h GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1): 410 ^: 27: shared/glemu.hnote: :expanded from macro 'glVertexAttrib2f_'48 :49: note: expanded from macro 'GLE_INITATTRIBF' #define glVertexAttrib2f_ glVertexAttrib2f ^ static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:415:28: 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#define glVertexAttrib3fv_ glVertexAttrib3fv: ^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:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) 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:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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/aa.cpp:1: In file included from engine/engine.h:5extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14);: ^In file included from shared/cube.h:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.hIn file included from :engine/aa.cpp47::19: :In file included from engine/engine.hnote: :expanded from macro 'GLE_INITATTRIBF'5 : In file included from shared/cube.h:65: shared/glemu.h:61 GLE_INITATTRIB(name, index, f, float) \: 5 ^: warning: shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' 'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :22:1: note: expanded from here GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF'glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/aa.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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/bih.cpp ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' :1: In file included from static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: engine/engine.h'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ :5: In file included from shared/cube.h:65: 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/aa.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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 static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \:418:27: ^ shared/glexts.h:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here note: expanded from macro 'glVertexAttrib4f_'extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:In file included from engine/aa.cpp:1: In file included from engine/engine.h:5: 61In file included from :shared/cube.h5::65 : warning: 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] 'glVertexAttrib4f' is 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:418:27: note: expanded from macro 'glVertexAttrib4f_' GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:49#define glVertexAttrib4f_ glVertexAttrib4f: 58 ^: 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_INITATTRIBF' static inline void name(const vec &v, float w) { glVertexAttrib4f_(index, v.x, v.y, v.z, w); } \ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here :extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ 2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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] extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/aa.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:64:77In file included from :engine/bih.cpp :warning: 1'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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] static inline void tangent(float x, float y, float z, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, x, y, z, w); } ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:51:50: note: expanded from macro 'GLE_INITATTRIBF' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); }: 2908 ^ shared/glexts.h::13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 419: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 In file included from engine/aa.cpp:extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14);1 : ^In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' In file included from engine/bih.cpp:1: #define glVertexAttrib4f_ glVertexAttrib4fIn 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:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here :5: In file included from shared/cube.h:65: shared/glemu.h:62:60extern 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] static inline void normal(float x, float y, float z) { glVertexAttrib4f_(ATTRIB_NORMAL, x, y, z, 0.0f); } ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' In file included from engine/aa.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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] #define glVertexAttrib4f_ glVertexAttrib4f static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:419:28: note: expanded from macro 'glVertexAttrib4fv_' ^ #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: 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.hextern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) 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); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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/aa.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 In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65shared/cube.h:65: 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] : shared/glemu.h:65:64: warning: static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); }'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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' static inline void tangent(const vec &v, float w = 1.0f) { glVertexAttrib4f_(ATTRIB_TANGENT, v.x, v.y, v.z, w); } ^ shared/glexts.h#define glEnableVertexAttribArray_ glEnableVertexAttribArray: 418 ^: 27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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 :extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) 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:65: shared/glemu.h:66:49: warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] In file included from engine/aa.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h: static inline void tangent(const vec4 &v) { glVertexAttrib4fv_(ATTRIB_TANGENT, v.v); } ^ shared/glexts.h:65419: :shared/glemu.h28::77 :note: 51expanded from macro 'glVertexAttrib4fv_': warning: 'glDisableVertexAttribArray' 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: static inline void disableattrib(int index) { glDisableVertexAttribArray_(index); } ^ 13shared/glexts.h:: 404note: :'glVertexAttrib4fv' has been explicitly marked deprecated here37 : note: expanded from macro 'glDisableVertexAttribArray_' extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14);#define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:403:In file included from 36engine/aa.cpp:: 1note: : expanded from macro 'glEnableVertexAttribArray_'In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h#define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here :78: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(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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define 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/bih.cpp:1: In file included from engine/engine.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here :5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/aa.cpp:1: In file included from engine/engine.h:5: #define glDisableVertexAttribArray_ glDisableVertexAttribArrayIn 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:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/cube.h:65: shared/glemu.h:78In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65:: 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] 5: GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable())warning: ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' '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); } \ ^ shared/glexts.h:403:36 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); } \ note: ^expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: '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 engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:78:5: warning: In file included from engine/aa.cpp:1: In file included from engine/engine.h:'glDisableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]5 : In file included from shared/cube.h:65: shared/glemu.h:78: GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) 5: warning: '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:433:32: note: 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 :70extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ :46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /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 engine/aa.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h13:65: 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:: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ 69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: shared/glemu.h:78:In file included from engine/aa.cpp:1: In file included from engine/engine.h:55: :In file included from shared/cube.hwarning: :'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]65 : 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(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) shared/glemu.h ^: 73:shared/glemu.h13::70 :note: 46expanded 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:shared/glexts.h433::40432::37 :note: expanded from macro 'glVertexAttribPointer_'note: expanded from macro 'glDisableVertexAttribArray_' #define glVertexAttribPointer_ glVertexAttribPointer #define glDisableVertexAttribArray_ 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.h2918::291613::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/aa.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:79:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:73:13:In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.hnote: :expanded from macro 'GLE_ATTRIBPOINTER'65 : 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] glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.hshared/glexts.h::69433::5432:: note: note: expanded from macro 'GLE_ATTRIBPOINTER'expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h :2916:shared/glexts.h13::403 :note: 36'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.h:2917:extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);13 : ^ note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from In file included from engine/aa.cppengine/bih.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::6565: : shared/glemu.hshared/glemu.h::8079::55:: warning: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]'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 GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ): 46 ^: note: shared/glemu.hexpanded from macro 'GLE_ATTRIBPOINTER': 69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:404 static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \: 37 ^: note: shared/glexts.hexpanded from macro 'glDisableVertexAttribArray_': 403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14);: ^note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/aa.cpp:1In file included from : engine/bih.cppIn file included from :engine/engine.h1:: 5In file included from : engine/engine.hIn file included from :shared/cube.h5:: 65In file included from : shared/cube.hshared/glemu.h::6580: :shared/glemu.h5::79 :warning: 5'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.hwarning: :'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: 70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' note: static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:404:37: note: expanded from macro 'glDisableVertexAttribArray_' expanded from macro 'GLE_ATTRIBPOINTER' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ 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:433::32: note: expanded from macro 'glVertexAttribPointer_' 2918#define glVertexAttribPointer_ glVertexAttribPointer: 13 ^: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14);/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h ^ :2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here In file included from engine/aa.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); \ ^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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/aa.cpp:1: In file included from engine/engine.h:5: In file included from In file included from engine/bih.cppshared/cube.h::165: : In file included from shared/glemu.hengine/engine.h::815:: 5In file included from :shared/cube.h :warning: 65'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: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(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ) ^ shared/glemu.h:69:54: GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, )note: expanded from macro 'GLE_ATTRIBPOINTER' ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:403:36: note: static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \expanded from macro 'glEnableVertexAttribArray_' ^ shared/glexts.h:403:36:#define glEnableVertexAttribArray_ glEnableVertexAttribArray note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/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 In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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, ) ^ extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' In file included from engine/aa.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h static inline void disable##name() { glDisableVertexAttribArray_(index); } \: 81 ^: 5: shared/glexts.h:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918warning: :13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) 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(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); } \ ^In file included from engine/bih.cpp:shared/glexts.h1:: 404In file included from :engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:3780::5 note: expanded from macro 'glDisableVertexAttribArray_' :#define glDisableVertexAttribArray_ glDisableVertexAttribArray 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 GLE_ATTRIBPOINTER(texcoord0, ATTRIB_TEXCOORD0, GL_FALSE, 2, GL_FLOAT, ) ^ : shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:433:32: note: expanded from macro 'glVertexAttribPointer_'extern void glDisableVertexAttribArray (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/aa.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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.cppIn file included from :engine/aa.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:82:5: warning: 1'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] : In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ):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: ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray 54: note: expanded from macro 'GLE_ATTRIBPOINTER' ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h: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:403: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/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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, ) 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:404In file included from engine/aa.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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, ) ^ 37shared/glemu.h:70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:404:37: note: expanded from macro 'glDisableVertexAttribArray_' :#define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/aa.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:In file included from 65engine/bih.cpp:1: : In file included from engine/engine.hshared/glemu.h:5: In file included from shared/cube.h:65: 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::82:135:: note: warning: expanded from macro 'GLE_ATTRIBPOINTER''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, ) glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:433:32: note: expanded from macro 'glVertexAttribPointer_' ^ #define glVertexAttribPointer_ glVertexAttribPointer ^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:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:82:5: warning: extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14);'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] ^ 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: In file included from 'glEnableVertexAttribArray' has been explicitly marked deprecated hereengine/aa.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:65: 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/bih.cpp :note: 1expanded from macro 'GLE_ATTRIBPOINTER': In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:82:5 static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \: ^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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' GLE_ATTRIBPOINTER(normal, ATTRIB_NORMAL, GL_TRUE, 3, GL_FLOAT, ) ^ shared/glemu.h:70:#define glEnableVertexAttribArray_ glEnableVertexAttribArray46 : ^ 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: static inline void disable##name() { glDisableVertexAttribArray_(index); } \ note: ^'glEnableVertexAttribArray' has been explicitly marked deprecated here shared/glexts.h:404:37extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ :In file included from engine/aa.cpp:1: In file included from engine/engine.hnote: :5: In file included from shared/cube.h:65: 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] expanded from macro 'glDisableVertexAttribArray_' GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ 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 extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ ^ shared/glexts.h:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13 : 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:1In file included from : engine/aa.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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/engine.h:5: GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, )In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ 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:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ :73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:433:32: note: expanded from macro 'glVertexAttribPointer_' In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:83:5#define glVertexAttribPointer_ glVertexAttribPointer: warning: '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:403: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:2916:13: #define glEnableVertexAttribArray_ glEnableVertexAttribArraynote: '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 glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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' In file included from engine/aa.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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 disable##name() { glDisableVertexAttribArray_(index); } \ static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ ^ shared/glexts.h:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/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.hIn file included from engine/aa.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:84:5:: 404warning: :'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:37404:37: note: expanded from macro 'glDisableVertexAttribArray_' :#define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ ^/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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/aa.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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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 GLE_ATTRIBPOINTER(tangent, ATTRIB_TANGENT, GL_TRUE, 4, GL_FLOAT, ) ^ engine/aa.cpp:1shared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^: shared/glexts.h:In file included from engine/engine.h:5: In file included from 433shared/cube.h:65: 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] :32: note: expanded from macro 'glVertexAttribPointer_' 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/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 glVertexAttribPointer_ glVertexAttribPointernote: '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:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here In file included from engine/aa.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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] extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, ) ^ In file included from shared/glemu.hengine/bih.cpp::1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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] 70 GLE_ATTRIBPOINTER(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^ shared/glemu.h:69:54: note: expanded 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ :403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/aa.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:85:5: warning: 'glVertexAttribPointer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] In file included from engine/bih.cpp:1: GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, )In file included from engine/engine.h:5: In file included from shared/cube.h:65 ^ shared/glemu.h:73:: 13shared/glemu.h:: 84note: :expanded from macro 'GLE_ATTRIBPOINTER'5 : glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:433:32: note: expanded from macro 'glVertexAttribPointer_' warning: 'glDisableVertexAttribArray' 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(boneweight, ATTRIB_BONEWEIGHT, GL_TRUE, 4, GL_UNSIGNED_BYTE, )note: 'glVertexAttribPointer' has been explicitly marked deprecated here ^ shared/glemu.h:70:46: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /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/aa.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: 2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/aa.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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.hextern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ :352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); \ In file included from ^ engine/aa.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:89:57shared/glexts.h: warning: 'glBindBuffer' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: 433:32: note: expanded from macro 'glVertexAttribPointer_' static inline void bindvbo(GLuint vbo) { disable(); glBindBuffer_(GL_ARRAY_BUFFER, vbo); } ^#define glVertexAttribPointer_ glVertexAttribPointer ^shared/glexts.h:352:23: note: expanded from macro 'glBindBuffer_' /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:#define glBindBuffer_ glBindBuffer13 : ^ 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:2867:13: note: 'glBindBuffer' has been explicitly marked 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 glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ In file included from engine/aa.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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] In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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] static inline void clearvbo() { glBindBuffer_(GL_ARRAY_BUFFER, 0); } ^ shared/glexts.h: GLE_ATTRIBPOINTER(boneindex, ATTRIB_BONEINDEX, GL_FALSE, 4, GL_UNSIGNED_BYTE, )352 : ^23 : note: expanded from macro 'glBindBuffer_' shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' #define glBindBuffer_ glBindBuffer ^ 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 ^: 2867:shared/glexts.h:403:36: note: expanded from macro 'glEnableVertexAttribArray_' 13: note: 'glBindBuffer' 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:extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14);13 : ^ 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:122: 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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:122: 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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: 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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:122: 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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: 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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: 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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:57: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:58: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:59: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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/aa.cpp:1: In file included from engine/engine.h:122: 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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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/aa.cpp:1: In file included from engine/engine.h:122: 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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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/aa.cpp:1: In file included from engine/engine.h:122: 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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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/aa.cpp:1: In file included from engine/engine.h:122: 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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/aa.cpp:1: In file included from engine/engine.h:122: 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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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/aa.cpp:1: In file included from engine/engine.h:122: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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/aa.cpp:1: In file included from engine/engine.h:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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/aa.cpp:1: In file included from engine/engine.h:122: 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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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/aa.cpp:1: In file included from engine/engine.h:122: engine/texture.h:57: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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/aa.cpp:1: In file included from engine/engine.h:122: engine/texture.h:58: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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/aa.cpp:1: In file included from engine/engine.h:122: engine/texture.h:59: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:378:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:382:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:384:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:385:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:386:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:387:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:388:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:122: engine/texture.h:399: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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:122: engine/texture.h:400: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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:122: engine/texture.h:401: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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:403: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:404: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:405: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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/aa.cpp:1: In file included from engine/engine.h:122: engine/texture.h:378:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382: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/aa.cpp:1: In file included from engine/engine.h:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:439:83: warning: 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] In file included from engine/aa.cpp:1: In file included from engine/engine.h:122: engine/texture.h:382 void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); }: 33 ^: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] shared/glexts.h:394: case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break;23 : ^ note: expanded from macro 'glUniform1iv_'shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here #define glUniform1iv_ glUniform1iv ^ extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here In file included from engine/aa.cpp:1: In file included from engine/engine.h:122: engine/texture.h:384:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4fextern 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:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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/aa.cpp:1: In file included from engine/engine.h:122: engine/texture.h:385:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' In file included from #define glUniform1i_ glUniform1iengine/bih.cpp :1: In file included from engine/engine.h:122: ^ /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.h2938:13: note: 'glUniform1i' has been explicitly marked deprecated here :440extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ :84In file included from engine/aa.cpp:: 1warning: : 'glUniform3iv' 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 void setv(const ivec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3iv_(b->loc, n, v->v); } ^ shared/glexts.hengine/engine.h:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h::2948122:13: note: 'glUniform3iv' has been explicitly marked deprecated here : engine/texture.h:386:33: warning: 'glUniform2i' 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_VEC2: glUniform2i_(b->loc, int(x), int(y)); break; ^ shared/glexts.h:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:441: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); } ^ In file included from shared/glexts.hengine/aa.cpp::3951:: 23In file included from :engine/engine.h :note: 122expanded from macro 'glUniform2iv_': engine/texture.h:387:33: #define glUniform2iv_ glUniform2ivwarning: 'glUniform3i' 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:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here case GL_INT_VEC3: glUniform3i_(b->loc, int(x), int(y), int(z)); break; ^ shared/glexts.h:392:22: note: expanded from macro 'glUniform3i_' extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:122: engine/texture.h:442In file included from :engine/aa.cpp85::1 : warning: In file included from 'glUniform4iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]engine/engine.h :122: engine/texture.h:388:33: warning: 'glUniform4i' 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:397 case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break;: 23 ^: note: expanded from macro 'glUniform4iv_'shared/glexts.h :393:22: note: #define glUniform4iv_ glUniform4iv ^ expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here 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:2949:13: 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/aa.cpp:1: In file included from engine/engine.h:122: engine/texture.h:399: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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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/aa.cpp:1: In file included from engine/engine.h:122: engine/texture.h:400: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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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/aa.cpp:1: In file included from engine/engine.h:122: engine/texture.h:401: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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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/aa.cpp:1: In file included from engine/engine.h:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/aa.cpp:1: In file included from engine/engine.h:122: engine/texture.h:403: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/aa.cpp:1: In file included from engine/engine.h:122: engine/texture.h:404: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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/aa.cpp:1: In file included from engine/engine.h:122: engine/texture.h:405: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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/aa.cpp:1: In file included from engine/engine.h:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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/aa.cpp:1: In file included from engine/engine.h:122: engine/texture.h:439: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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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/aa.cpp:1: In file included from engine/engine.h:122: engine/texture.h:440: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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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/aa.cpp:1: In file included from engine/engine.h:122: engine/texture.h:441: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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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/aa.cpp:1: In file included from engine/engine.h:122: engine/texture.h:442: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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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/aa.cpp:31:25: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!tqaatex[i]) glGenTextures(1, &tqaatex[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/aa.cpp:50:31: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] loopi(2) if(tqaatex[i]) { glDeleteTextures(1, &tqaatex[i]); tqaatex[i] = 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/aa.cpp:57: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_(tmu); ^ shared/glexts.h:301: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/aa.cpp:58:19: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(msaalight) glBindTexture(GL_TEXTURE_2D_MULTISAMPLE, msdepthtex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/aa.cpp:59:10: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glBindTexture(GL_TEXTURE_RECTANGLE, gdepthtex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/aa.cpp:60: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_(++tmu); ^ shared/glexts.h:301: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/aa.cpp:61:21: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(msaasamples) glBindTexture(GL_TEXTURE_2D_MULTISAMPLE, msnormaltex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/aa.cpp:62:10: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glBindTexture(GL_TEXTURE_RECTANGLE, gnormaltex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/aa.cpp:63: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:301: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/aa.cpp:84:17: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case 1: glBindTexture(GL_TEXTURE_RECTANGLE, tqaatex[0]); break; ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/aa.cpp:85:17: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case 2: glBindTexture(GL_TEXTURE_RECTANGLE, tqaatex[1]); break; ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/aa.cpp:95: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_RECTANGLE, tqaatex[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/aa.cpp:96: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_TEXTURE1); ^ shared/glexts.h:301: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/aa.cpp:97: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_RECTANGLE, tqaaframe ? tqaatex[1] : tqaatex[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/aa.cpp:99: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:301: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/aa.cpp:150: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(!fxaatex) glGenTextures(1, &fxaatex); ^ /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/aa.cpp:166: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(fxaatex) { glDeleteTextures(1, &fxaatex); fxaatex = 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/aa.cpp:181: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_RECTANGLE, fxaatex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/aa.cpp:504: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(!smaaareatex) glGenTextures(1, &smaaareatex); ^ /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/aa.cpp:505: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(!smaasearchtex) glGenTextures(1, &smaasearchtex); ^ /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/aa.cpp:517:25: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!smaatex[i]) glGenTextures(1, &smaatex[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/aa.cpp:531:29: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!smaatex[4]) glGenTextures(1, &smaatex[4]); ^ /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/aa.cpp:535:13: warning: 'glDrawBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDrawBuffers_(2, drawbufs); ^ shared/glexts.h:435:24: note: expanded from macro 'glDrawBuffers_' #define glDrawBuffers_ glDrawBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2879:13: note: 'glDrawBuffers' has been explicitly marked deprecated here extern void glDrawBuffers (GLsizei n, const GLenum *bufs) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/aa.cpp:548: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(smaaareatex) { glDeleteTextures(1, &smaaareatex); smaaareatex = 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/aa.cpp:549: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(smaasearchtex) { glDeleteTextures(1, &smaasearchtex); smaasearchtex = 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/aa.cpp:551:31: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] loopi(5) if(smaatex[i]) { glDeleteTextures(1, &smaatex[i]); smaatex[i] = 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/aa.cpp:574:17: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case 1: glBindTexture(GL_TEXTURE_RECTANGLE, smaatex[0]); break; ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/aa.cpp:575:17: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case 2: glBindTexture(GL_TEXTURE_RECTANGLE, smaatex[1]); break; ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/aa.cpp:576:17: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case 3: glBindTexture(GL_TEXTURE_RECTANGLE, smaatex[2]); break; ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/aa.cpp:577:17: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case 4: glBindTexture(GL_TEXTURE_RECTANGLE, smaaareatex); tw = SMAA_AREATEX_WIDTH; th = SMAA_AREATEX_HEIGHT; break; ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/aa.cpp:578:17: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case 5: glBindTexture(GL_TEXTURE_RECTANGLE, smaasearchtex); tw = SMAA_SEARCHTEX_WIDTH; th = SMAA_SEARCHTEX_HEIGHT; break; ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/aa.cpp:595:13: 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/aa.cpp:596: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_COLOR_BUFFER_BIT | (!pass ? cleardepth : 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/aa.cpp:600: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_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/aa.cpp:601:13: 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/aa.cpp:603:13: warning: 'glDepthRange' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthRange(depthval, depthval); ^ /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/aa.cpp:607: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_STENCIL_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/aa.cpp:608:13: warning: 'glStencilFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glStencilFunc(GL_ALWAYS, 0x10*(pass+1), ~0); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2672:13: note: 'glStencilFunc' has been explicitly marked deprecated here extern void glStencilFunc (GLenum func, GLint ref, GLuint mask) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/aa.cpp:609:13: warning: 'glStencilOp' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glStencilOp(GL_KEEP, GL_KEEP, GL_REPLACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2674:13: note: 'glStencilOp' has been explicitly marked deprecated here extern void glStencilOp (GLenum fail, GLenum zfail, GLenum zpass) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/aa.cpp:613: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_RECTANGLE, smaatex[pass ? 4 : 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/aa.cpp:619:13: 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_EQUAL); ^ /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/aa.cpp:620: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/aa.cpp:624:13: warning: 'glStencilFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glStencilFunc(GL_EQUAL, 0x10*(pass+1), ~0); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2672:13: note: 'glStencilFunc' has been explicitly marked deprecated here extern void glStencilFunc (GLenum func, GLint ref, GLuint mask) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/aa.cpp:625:13: warning: 'glStencilOp' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glStencilOp(GL_KEEP, GL_KEEP, GL_KEEP); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2674:13: note: 'glStencilOp' has been explicitly marked deprecated here extern void glStencilOp (GLenum fail, GLenum zfail, GLenum zpass) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/aa.cpp:627:34: warning: 'glClear' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(depthmask || stencil) 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); ^ In file included from engine/bih.cpp:1: In file included from engine/engine.h:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:435: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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.hengine/aa.cpp::383634::229:: note: warning: expanded from macro 'glUniform2f_''glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] #define glUniform2f_ glUniform2f ^ glBindTexture(GL_TEXTURE_RECTANGLE, smaatex[1]); ^ /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:2386:13: note: 2935'glBindTexture' has been explicitly marked deprecated here: 13: note: 'glUniform2f' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14);extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ engine/aa.cpp:635:In file included from engine/bih.cpp:19: warning: : In file included from engine/engine.h:122'glActiveTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: engine/texture.h:419:33: glActiveTexture_(GL_TEXTURE1); ^ warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] shared/glexts.h:301:26: case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h: 384note: :expanded from macro 'glActiveTexture_'22 : note: expanded from macro 'glUniform3f_' #define glActiveTexture_ glActiveTexture #define glUniform3f_ glUniform3f ^ /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 ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936extern void glActiveTexture (GLenum texture) OPENGL_DEPRECATED(10.0, 10.14);: 13 ^: note: 'glUniform3f' has been explicitly marked deprecated here engine/aa.cppextern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14);: 636: ^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_RECTANGLE, smaaareatex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/bih.cpp ^: 1: In file included from engine/engine.h:engine/aa.cpp:637:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ 9:shared/glexts.h :385:22: note: expanded from macro 'glUniform4f_' warning: 'glActiveTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] #define glUniform4f_ glUniform4f ^ glActiveTexture_(GL_TEXTURE2); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: shared/glexts.h'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ :301:26: note: expanded from macro 'glActiveTexture_' In file included from engine/bih.cpp#define glActiveTexture_ glActiveTexture: 1 ^: In file included from engine/engine.h:122 : engine/texture.h:422:33:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h :warning: 2772'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' :#define glUniform1i_ glUniform1i ^ 13/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ : note: 'glActiveTexture' has been explicitly marked deprecated here In file included from engine/bih.cpp:1: In file included from engine/engine.h:122: engine/texture.hextern void glActiveTexture (GLenum texture) OPENGL_DEPRECATED(10.0, 10.14); ^ :424:33: warning: 'glUniform2i' is deprecated: first deprecated 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; ^ engine/aa.cpp:638:9: shared/glexts.hwarning: :'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]391 :22: note: expanded from macro 'glUniform2i_' glBindTexture(GL_TEXTURE_RECTANGLE, smaasearchtex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386#define glUniform2i_ glUniform2i: 13 ^: /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hnote: :'glBindTexture' has been explicitly marked deprecated here2939 :13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/aa.cpp:639:9: warning: 'glActiveTexture' 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:122: engine/texture.h:426 glActiveTexture_(GL_TEXTURE0);: 33 ^: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]shared/glexts.h :301:26: note: expanded from macro 'glActiveTexture_' case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ #define glActiveTexture_ glActiveTexture shared/glexts.h ^: 392:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h22::2772 :note: 13expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h: note: 'glActiveTexture' has been explicitly marked deprecated here extern void glActiveTexture (GLenum texture) OPENGL_DEPRECATED(10.0, 10.14); ^ :2940:13: note: 'glUniform3i' has been explicitly marked deprecated here engine/aa.cpp:643: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_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/aa.cpp:644: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);extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ ^/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/aa.cpp:645:13: 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/aa.cpp:646:13: 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/aa.cpp:648:26: 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(stencil) glDisable(GL_STENCIL_TEST); ^ /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/bih.cpp2462::113: :In file included from engine/engine.hnote: :'glDisable' has been explicitly marked deprecated here122 : engine/texture.h:428: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 glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here engine/aa.cpp:653:5: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ glBindTexture(GL_TEXTURE_RECTANGLE, smaatex[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/aa.cpp:654: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_TEXTURE1); ^ shared/glexts.h:301: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/aa.cpp:655: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_RECTANGLE, smaatex[2]); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/aa.cpp:658: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:301: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/aa.cpp:659: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_RECTANGLE, smaatex[4]); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hIn file included from engine/bih.cpp:1: In file included from :engine/engine.h:2386122:: 13engine/texture.h:: 417note: :'glBindTexture' has been explicitly marked deprecated here33 : warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ : note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:444:65: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void setu(uint x = 0, uint y = 0, uint z = 0, uint 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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33engine/aa.cpp:: 660warning: :'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]9 : warning: 'glActiveTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h: glActiveTexture_(GL_TEXTURE3);2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] shared/glexts.h case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: :note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13301:: note: 'glUniform4f' has been explicitly marked deprecated here 26: note: expanded from macro 'glActiveTexture_' extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ #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 In file included from engine/bih.cppextern void glActiveTexture (GLenum texture) OPENGL_DEPRECATED(10.0, 10.14);: 1 ^: In file included from engine/engine.h:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] engine/aa.cpp:661: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_RECTANGLE, smaatex[3]); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ case GL_INT: glUniform1i_(b->loc, x); break; engine/aa.cpp: ^663: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:301:26: note: expanded from macro 'glActiveTexture_' shared/glexts.h:#define glActiveTexture_ glActiveTexture 390 ^ /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 :22extern void glActiveTexture (GLenum texture) OPENGL_DEPRECATED(10.0, 10.14); ^ : note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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/aa.cpp:702:9: warning: 'glStencilOp' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glStencilOp(GL_KEEP, GL_KEEP, val ? GL_REPLACE : GL_KEEP); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2674:13: note: 'glStencilOp' has been explicitly marked deprecated here extern void glStencilOp (GLenum fail, GLenum zfail, GLenum zpass) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/aa.cpp:705:13: warning: 'glStencilFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glStencilFunc(GL_ALWAYS, 0x80, ~0); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2672:13: note: 'glStencilFunc' has been explicitly marked deprecated here extern void glStencilFunc (GLenum func, GLint ref, GLuint mask) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/aa.cpp:706: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_STENCIL_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/aa.cpp:711:17: warning: 'glStencilFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(val) glStencilFunc(GL_ALWAYS, 0x80 | aamaskstencil, ~0); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2672:13: note: 'glStencilFunc' has been explicitly marked deprecated here extern void glStencilFunc (GLenum func, GLint ref, GLuint mask) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/aa.cpp:712:30: warning: 'glStencilFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else if(aamask >= 0) glStencilFunc(GL_ALWAYS, aamaskstencil, ~0); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2672:13: note: 'glStencilFunc' has been explicitly marked deprecated here extern void glStencilFunc (GLenum func, GLint ref, GLuint mask) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/aa.cpp:730:28: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!aamaskstencil) glDisable(GL_STENCIL_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/aa.cpp:731:25: warning: 'glStencilFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else if(aamask) glStencilFunc(GL_ALWAYS, aamaskstencil, ~0); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2672:13: note: 'glStencilFunc' has been explicitly marked deprecated here extern void glStencilFunc (GLenum func, GLint ref, GLuint mask) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/aa.cpp:1: In file included from engine/engine.h:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:435: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/aa.cpp:1: In file included from engine/engine.h:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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/aa.cpp:1: In file included from engine/engine.h:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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/aa.cpp:1: In file included from engine/engine.h:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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/aa.cpp:1: In file included from engine/engine.h:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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/aa.cpp:1: In file included from engine/engine.h:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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/aa.cpp:1: In file included from engine/engine.h:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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/aa.cpp:1: In file included from engine/engine.h:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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/aa.cpp:1: In file included from engine/engine.h:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:444:65: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void setu(uint x = 0, uint y = 0, uint z = 0, uint 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/aa.cpp:1: In file included from engine/engine.h:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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/aa.cpp:1: In file included from engine/engine.h:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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/aa.cpp:1: In file included from engine/engine.h:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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/aa.cpp:1: In file included from engine/engine.h:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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/aa.cpp:1: In file included from engine/engine.h:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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/aa.cpp:1: In file included from engine/engine.h:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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/aa.cpp:1: In file included from engine/engine.h:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 188 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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 Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found 117 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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/cdpi.o engine/cdpi.cpp Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:430:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:122: 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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: 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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: 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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: 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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: 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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:122: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:122: 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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:122: engine/texture.h:57: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:58: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:122: engine/texture.h:59: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:378:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382: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:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:382:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:384:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:385:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:386:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:387:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:388:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:399: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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: engine/texture.h:400: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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: engine/texture.h:401: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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:403: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:404: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:405: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:439: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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:122: engine/texture.h:440: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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:122: engine/texture.h:441: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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:122: engine/texture.h:442: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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:581: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:586: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:594: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:595: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:597: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); ^ engine/blend.cpp:649: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:664: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:785: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, bt.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/blend.cpp:813: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/blend.cpp:843: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_ROW_LENGTH, bt->size); ^ /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/blend.cpp:844: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, bt->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/blend.cpp:845: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, (ux1-tx)/step, (uy1-ty)/step, (ux2-ux1)/step, (uy2-uy1)/step, bt->format, GL_UNSIGNED_BYTE, data); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2726:13: note: 'glTexSubImage2D' has been explicitly marked deprecated here extern void glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/blend.cpp:848:5: warning: 'glPixelStorei' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glPixelStorei(GL_UNPACK_ROW_LENGTH, 0); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2610:13: note: 'glPixelStorei' has been explicitly marked deprecated here extern void glPixelStorei (GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:435: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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419: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/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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' case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^^ shared/glexts.h:shared/glexts.h384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h::406:27: note: expanded from macro 'glVertexAttrib1f_' 2936#define glVertexAttrib1f_ glVertexAttrib1f ^ :13: 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:extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14);2882: 13 ^: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/blend.cpp:1: In file included from engine/engine.h:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: In file included from note: engine/cdpi.cpp'glUniform1i' has been explicitly marked deprecated here: 3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:55:5: extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14);warning: '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)In file included from engine/blend.cpp ^: 1: In file included from engine/engine.h:122shared/glemu.h: :47:9: note: expanded from macro 'GLE_INITATTRIBF' engine/texture.h:424:33 GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43::59 :warning: 'glUniform2i' is deprecated: first deprecated 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:391:22:note: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: expanded from macro 'GLE_INITATTRIB'note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' 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); } \ ^ case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break; ^ shared/glexts.h:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: :'glUniform3i' has been explicitly marked deprecated here 159:1: note: extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ expanded from here In file included from engine/blend.cppglVertexAttrib2f_ ^ :shared/glexts.h1:410:27: In file included from engine/engine.h:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /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_'2941 :13: note: 'glUniform4i' has been explicitly marked deprecated here #define glVertexAttrib2f_ glVertexAttrib2fextern 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:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:122: engine/texture.h:417: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/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47: ^9 : note: expanded from macro 'GLE_INITATTRIBF' shared/glexts.h:382 GLE_INITATTRIB(name, index, f, float) \ ^: 22: note: expanded from macro 'glUniform1f_' shared/glemu.h:45:75:#define glUniform1f_ glUniform1f note: ^expanded from macro 'GLE_INITATTRIB' engine/texture.h:444:65: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ void setu(uint x = 0, uint y = 0, uint z = 0, uint w = 0) { sett(x, y, z, w); } ^ :165:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h1::2934 :note: 13expanded from here: note: 'glUniform1f' has been explicitly marked deprecated here glVertexAttrib4f_ ^ shared/glexts.h:418:27:extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); note: ^expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4fIn file included from engine/blend.cpp:1: In file included from engine/engine.h:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) OPENGL_DEPRECATED(10.0, 10.14);: ^ 13: note: In file included from 'glVertexAttrib4f' has been explicitly marked deprecated hereengine/blend.cpp :1: In file included from engine/engine.h:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14);: 13 ^: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33:In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h: 65: 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] warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glemu.h:shared/glexts.h48::38549::22 :note: expanded from macro 'GLE_INITATTRIBF'note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /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); } \2937 : ^13 : note: shared/glexts.h:415:28: note: expanded from macro 'glVertexAttrib3fv_' 'glUniform4f' has been explicitly marked deprecated here #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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 glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' In file included from engine/blend.cpp#define glVertexAttrib4f_ glVertexAttrib4f: 1 ^ : In file included from engine/engine.h:122: /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: engine/texture.h:422:33: warning: 'glUniform1i' 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 case GL_INT: glUniform1i_(b->loc, x); break; ^ shared/glexts.hextern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ :390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' 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/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break;shared/cube.h : ^65 : shared/glemu.h:55:5shared/glexts.h:: 391warning: :'glVertexAttrib2fv' 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 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939: GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: note: expanded from macro 'GLE_INITATTRIBF'13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65In file included from : shared/glemu.h:55engine/blend.cpp:1: In file included from engine/engine.h:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:3935::22 :warning: 'glVertexAttrib4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] note: 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:419:expanded from macro 'glUniform4i_'28: note: expanded from macro 'glVertexAttrib4fv_' #define glUniform4i_ glUniform4i ^ #define glVertexAttrib4fv_ glVertexAttrib4fv /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h ^: 2941: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:'glUniform4i' has been explicitly marked deprecated here 2909extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ :13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:430: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/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:122: 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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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/cdpi.cpp:3: In file included from engine/engine.h:122: 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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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/cdpi.cpp:3: In file included from engine/engine.h:122: 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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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/cdpi.cpp:3: In file included from engine/engine.h:122: 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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:122: 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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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/cdpi.cpp:3: In file included from engine/engine.h:122: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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/cdpi.cpp:3: In file included from engine/engine.h:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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/cdpi.cpp:3: In file included from engine/engine.h:122: 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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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/cdpi.cpp:3: In file included from engine/engine.h:122: engine/texture.h:57: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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/cdpi.cpp:3: In file included from engine/engine.h:122: engine/texture.h:58: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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/cdpi.cpp:3: In file included from engine/engine.h:122: engine/texture.h:59: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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/cdpi.cpp:3: In file included from engine/engine.h:122: engine/texture.h:378:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382: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/cdpi.cpp:3: In file included from engine/engine.h:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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/cdpi.cpp:3: In file included from engine/engine.h:122: engine/texture.h:382:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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/cdpi.cpp:3: In file included from engine/engine.h:122: engine/texture.h:384:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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/cdpi.cpp:3: In file included from engine/engine.h:122: engine/texture.h:385:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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/cdpi.cpp:3: In file included from engine/engine.h:122: engine/texture.h:386:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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/cdpi.cpp:3: In file included from engine/engine.h:122: engine/texture.h:387:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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/cdpi.cpp:3: In file included from engine/engine.h:122: engine/texture.h:388:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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/cdpi.cpp:3: In file included from engine/engine.h:122: engine/texture.h:399: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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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/cdpi.cpp:3: In file included from engine/engine.h:122: engine/texture.h:400: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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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/cdpi.cpp:3: In file included from engine/engine.h:122: engine/texture.h:401: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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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/cdpi.cpp:3: In file included from engine/engine.h:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:122: engine/texture.h:403: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/cdpi.cpp:3: In file included from engine/engine.h:122: engine/texture.h:404: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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/cdpi.cpp:3: In file included from engine/engine.h:122: engine/texture.h:405: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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/cdpi.cpp:3: In file included from engine/engine.h:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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/cdpi.cpp:3: In file included from engine/engine.h:122: engine/texture.h:439: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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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/cdpi.cpp:3: In file included from engine/engine.h:122: engine/texture.h:440: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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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/cdpi.cpp:3: In file included from engine/engine.h:122: engine/texture.h:441: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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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/cdpi.cpp:3: In file included from engine/engine.h:122: engine/texture.h:442: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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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/cdpi.cpp:3: In file included from engine/engine.h:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:435: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/cdpi.cpp:3: In file included from engine/engine.h:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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/cdpi.cpp:3: In file included from engine/engine.h:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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/cdpi.cpp:3: In file included from engine/engine.h:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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/cdpi.cpp:3: In file included from engine/engine.h:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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/cdpi.cpp:3: In file included from engine/engine.h:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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/cdpi.cpp:3: In file included from engine/engine.h:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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/cdpi.cpp:3: In file included from engine/engine.h:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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/cdpi.cpp:3: In file included from engine/engine.h:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:444:65: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void setu(uint x = 0, uint y = 0, uint z = 0, uint 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/cdpi.cpp:3: In file included from engine/engine.h:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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/cdpi.cpp:3: In file included from engine/engine.h:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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/cdpi.cpp:3: In file included from engine/engine.h:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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/cdpi.cpp:3: In file included from engine/engine.h:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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/cdpi.cpp:3: In file included from engine/engine.h:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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/cdpi.cpp:3: In file included from engine/engine.h:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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/cdpi.cpp:3: In file included from engine/engine.h:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 117 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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 Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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 Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found In file included from engine/client.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:430: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:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:122: 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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: 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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: 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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: 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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: 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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: 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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:57: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:58: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:59: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:378:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382: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:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:382:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:384:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:385:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:386:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:387:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:388:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:399: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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: engine/texture.h:400: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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: engine/texture.h:401: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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:403: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:404: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:405: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:439: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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: engine/texture.h:440: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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: engine/texture.h:441: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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: engine/texture.h:442: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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:435: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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:444:65: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void setu(uint x = 0, uint y = 0, uint z = 0, uint 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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 117 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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 Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found In file included from engine/command.cpp:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :67:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :70:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :73:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :76:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :79:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :82:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :85:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :88:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } ^ :91:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:430: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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :94:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :97:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :100:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :103:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :106:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :109:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :112:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :115:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:5: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:5: In file included from engine/engine.h:122: 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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:5: In file included from engine/engine.h:122: 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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:5: In file included from engine/engine.h:122: 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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:5: In file included from engine/engine.h:122: 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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:5: In file included from engine/engine.h:122: 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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:5: In file included from engine/engine.h:122: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:5: In file included from engine/engine.h:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:5: In file included from engine/engine.h:122: 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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:5: In file included from engine/engine.h:122: engine/texture.h:57: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:5: In file included from engine/engine.h:122: engine/texture.h:58: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:5: In file included from engine/engine.h:122: engine/texture.h:59: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:5: In file included from engine/engine.h:122: engine/texture.h:378:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382: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:5: In file included from engine/engine.h:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:5: In file included from engine/engine.h:122: engine/texture.h:382:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:5: In file included from engine/engine.h:122: engine/texture.h:384:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:5: In file included from engine/engine.h:122: engine/texture.h:385:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:5: In file included from engine/engine.h:122: engine/texture.h:386:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:5: In file included from engine/engine.h:122: engine/texture.h:387:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:5: In file included from engine/engine.h:122: engine/texture.h:388:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:5: In file included from engine/engine.h:122: engine/texture.h:399: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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:5: In file included from engine/engine.h:122: engine/texture.h:400: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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:5: In file included from engine/engine.h:122: engine/texture.h:401: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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:5: In file included from engine/engine.h:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:5: In file included from engine/engine.h:122: engine/texture.h:403: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:5: In file included from engine/engine.h:122: engine/texture.h:404: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:5: In file included from engine/engine.h:122: engine/texture.h:405: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:5: In file included from engine/engine.h:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:5: In file included from engine/engine.h:122: engine/texture.h:439: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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:5: In file included from engine/engine.h:122: engine/texture.h:440: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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:5: In file included from engine/engine.h:122: engine/texture.h:441: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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:5: In file included from engine/engine.h:122: engine/texture.h:442: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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:5: In file included from engine/engine.h:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:435: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:5: In file included from engine/engine.h:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:5: In file included from engine/engine.h:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:5: In file included from engine/engine.h:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:5: In file included from engine/engine.h:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:5: In file included from engine/engine.h:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:5: In file included from engine/engine.h:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:5: In file included from engine/engine.h:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:5: In file included from engine/engine.h:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:444:65: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void setu(uint x = 0, uint y = 0, uint z = 0, uint 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:5: In file included from engine/engine.h:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:5: In file included from engine/engine.h:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:5: In file included from engine/engine.h:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:5: In file included from engine/engine.h:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:5: In file included from engine/engine.h:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:5: In file included from engine/engine.h:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:5: In file included from engine/engine.h:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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/command.cpp:1386:20: warning: unused function 'compilestr' [-Wunused-function] static inline void compilestr(vector &code, const char *word, bool macro = false) { compilestr(code, word, int(strlen(word)), macro); } ^ In file included from engine/console.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:430: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:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:122: 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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: 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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: 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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: 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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: 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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: 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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:57: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:58: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:59: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:378:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382: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:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:382:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:384:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:385:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:386:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:387:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:388:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:399: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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: engine/texture.h:400: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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: engine/texture.h:401: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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:403: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:404: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:405: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:439: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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: engine/texture.h:440: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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: engine/texture.h:441: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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: engine/texture.h:442: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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:435: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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:444:65: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void setu(uint x = 0, uint y = 0, uint z = 0, uint 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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 117 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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 Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:430: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/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:122: 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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: 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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:122: 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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: 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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: 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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: 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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:122: engine/texture.h:57: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:122: engine/texture.h:58: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:122: engine/texture.h:59: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:378:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382: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:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:382:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:384:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:385:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:386:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:387:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:388:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:399: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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: engine/texture.h:400: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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: engine/texture.h:401: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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:403: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:404: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:122: engine/texture.h:405: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:439: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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: engine/texture.h:440: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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: engine/texture.h:441: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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:122: engine/texture.h:442: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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/dynlight.cpp:1: In file included from engine/engine.h:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:435: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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:444:65: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void setu(uint x = 0, uint y = 0, uint z = 0, uint 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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 117 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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 Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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/http.o engine/http.cpp In file included from engine/grass.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:430: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:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable In file included from Package 'x11' not found engine/grass.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' Package 'gl' not found #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:122: 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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: 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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: 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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: 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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: 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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: 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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:57: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:58: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:59: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:378:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382: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:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:382:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:384:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:385:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:386:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:387:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:388:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:399: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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: engine/texture.h:400: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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: engine/texture.h:401: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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:403: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:404: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:405: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:439: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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: engine/texture.h:440: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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: engine/texture.h:441: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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: engine/texture.h:442: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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/grass.cpp:264: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:351: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:268: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:355: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:269: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:356: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:301: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:323: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:331: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:301: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:333: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); ^ shared/glexts.h:301: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:351: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:356: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:357: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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:435: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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:444:65: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void setu(uint x = 0, uint y = 0, uint z = 0, uint 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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 126 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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 Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:430: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/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:122: 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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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/http.cpp:3: In file included from engine/engine.h:122: 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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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/http.cpp:3: In file included from engine/engine.h:122: 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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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/http.cpp:3: In file included from engine/engine.h:122: 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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:122: 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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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/http.cpp:3: In file included from engine/engine.h:122: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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/http.cpp:3: In file included from engine/engine.h:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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/http.cpp:3: In file included from engine/engine.h:122: 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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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/http.cpp:3: In file included from engine/engine.h:122: engine/texture.h:57: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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/http.cpp:3: In file included from engine/engine.h:122: engine/texture.h:58: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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/http.cpp:3: In file included from engine/engine.h:122: engine/texture.h:59: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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/http.cpp:3: In file included from engine/engine.h:122: engine/texture.h:378:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382: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/http.cpp:3: In file included from engine/engine.h:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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/http.cpp:3: In file included from engine/engine.h:122: engine/texture.h:382:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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/http.cpp:3: In file included from engine/engine.h:122: engine/texture.h:384:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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/http.cpp:3: In file included from engine/engine.h:122: engine/texture.h:385:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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/http.cpp:3: In file included from engine/engine.h:122: engine/texture.h:386:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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/http.cpp:3: In file included from engine/engine.h:122: engine/texture.h:387:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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/http.cpp:3: In file included from engine/engine.h:122: engine/texture.h:388:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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/http.cpp:3: In file included from engine/engine.h:122: engine/texture.h:399: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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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/http.cpp:3: In file included from engine/engine.h:122: engine/texture.h:400: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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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/http.cpp:3: In file included from engine/engine.h:122: engine/texture.h:401: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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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/http.cpp:3: In file included from engine/engine.h:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:122: engine/texture.h:403: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/http.cpp:3: In file included from engine/engine.h:122: engine/texture.h:404: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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/http.cpp:3: In file included from engine/engine.h:122: engine/texture.h:405: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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/http.cpp:3: In file included from engine/engine.h:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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/http.cpp:3: In file included from engine/engine.h:122: engine/texture.h:439: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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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/http.cpp:3: In file included from engine/engine.h:122: engine/texture.h:440: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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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/http.cpp:3: In file included from engine/engine.h:122: engine/texture.h:441: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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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/http.cpp:3: In file included from engine/engine.h:122: engine/texture.h:442: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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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/http.cpp:3: In file included from engine/engine.h:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:435: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/http.cpp:3: In file included from engine/engine.h:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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/http.cpp:3: In file included from engine/engine.h:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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/http.cpp:3: In file included from engine/engine.h:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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/http.cpp:3: In file included from engine/engine.h:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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/http.cpp:3: In file included from engine/engine.h:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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/http.cpp:3: In file included from engine/engine.h:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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/http.cpp:3: In file included from engine/engine.h:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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/http.cpp:3: In file included from engine/engine.h:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:444:65: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void setu(uint x = 0, uint y = 0, uint z = 0, uint 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/http.cpp:3: In file included from engine/engine.h:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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/http.cpp:3: In file included from engine/engine.h:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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/http.cpp:3: In file included from engine/engine.h:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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/http.cpp:3: In file included from engine/engine.h:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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/http.cpp:3: In file included from engine/engine.h:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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/http.cpp:3: In file included from engine/engine.h:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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/http.cpp:3: In file included from engine/engine.h:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 118 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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/light.o engine/light.cpp Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found In file included from engine/irc.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:430: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:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:122: 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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: 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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: 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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: 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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: 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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: 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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:57: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:58: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:59: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:378:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382: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:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:382:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:384:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:385:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:386:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:387:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:388:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:399: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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: engine/texture.h:400: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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: engine/texture.h:401: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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:403: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:404: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:405: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:439: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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: engine/texture.h:440: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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: engine/texture.h:441: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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: engine/texture.h:442: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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:435: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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:444:65: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void setu(uint x = 0, uint y = 0, uint z = 0, uint 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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 117 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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 Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:430: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/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ 117 warnings generated. In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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 In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found In file included from engine/light.cpp:1: In file included from engine/engine.h:122: 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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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/light.cpp:1: In file included from engine/engine.h:122: 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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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/light.cpp:1: In file included from engine/engine.h:122: 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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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/light.cpp:1: In file included from engine/engine.h:122: 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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:122: 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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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/light.cpp:1: In file included from engine/engine.h:122: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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/light.cpp:1: In file included from engine/engine.h:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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/light.cpp:1: In file included from engine/engine.h:122: 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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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/light.cpp:1: In file included from engine/engine.h:122: engine/texture.h:57: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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/light.cpp:1: In file included from engine/engine.h:122: engine/texture.h:58: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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/light.cpp:1: In file included from engine/engine.h:122: engine/texture.h:59: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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/light.cpp:1: In file included from engine/engine.h:122: engine/texture.h:378:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382: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/light.cpp:1: In file included from engine/engine.h:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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/light.cpp:1: In file included from engine/engine.h:122: engine/texture.h:382:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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/light.cpp:1: In file included from engine/engine.h:122: engine/texture.h:384:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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/light.cpp:1: In file included from engine/engine.h:122: engine/texture.h:385:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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/light.cpp:1: In file included from engine/engine.h:122: engine/texture.h:386:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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/light.cpp:1: In file included from engine/engine.h:122: engine/texture.h:387:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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/light.cpp:1: In file included from engine/engine.h:122: engine/texture.h:388:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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/light.cpp:1: In file included from engine/engine.h:122: engine/texture.h:399: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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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/light.cpp:1: In file included from engine/engine.h:122: engine/texture.h:400: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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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/light.cpp:1: In file included from engine/engine.h:122: engine/texture.h:401: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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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/light.cpp:1: In file included from engine/engine.h:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:122: engine/texture.h:403: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/light.cpp:1: In file included from engine/engine.h:122: engine/texture.h:404: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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/light.cpp:1: In file included from engine/engine.h:122: engine/texture.h:405: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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/light.cpp:1: In file included from engine/engine.h:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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/light.cpp:1: In file included from engine/engine.h:122: engine/texture.h:439: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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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/light.cpp:1: In file included from engine/engine.h:122: engine/texture.h:440: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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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/light.cpp:1: In file included from engine/engine.h:122: engine/texture.h:441: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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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/light.cpp:1: In file included from engine/engine.h:122: engine/texture.h:442: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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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/light.cpp:1: In file included from engine/engine.h:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:435: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/light.cpp:1: In file included from engine/engine.h:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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/light.cpp:1: In file included from engine/engine.h:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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/light.cpp:1: In file included from engine/engine.h:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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/light.cpp:1: In file included from engine/engine.h:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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/light.cpp:1: In file included from engine/engine.h:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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/light.cpp:1: In file included from engine/engine.h:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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/light.cpp:1: In file included from engine/engine.h:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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/light.cpp:1: In file included from engine/engine.h:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:444:65: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void setu(uint x = 0, uint y = 0, uint z = 0, uint 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/light.cpp:1: In file included from engine/engine.h:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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/light.cpp:1: In file included from engine/engine.h:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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/light.cpp:1: In file included from engine/engine.h:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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/light.cpp:1: In file included from engine/engine.h:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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/light.cpp:1: In file included from engine/engine.h:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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/light.cpp:1: In file included from engine/engine.h:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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/light.cpp:1: In file included from engine/engine.h:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:430: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:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:122: 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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: 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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: 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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: 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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: 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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: 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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:57: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:58: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:59: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:378:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382: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:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:382:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:384:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:385:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:386:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:387:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:388:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:399: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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: engine/texture.h:400: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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: engine/texture.h:401: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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:403: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:404: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:405: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:439: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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: engine/texture.h:440: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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: engine/texture.h:441: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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: engine/texture.h:442: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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:178: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:179: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, renderw, renderh, 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:1155:29: 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:435: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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:444:65: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void setu(uint x = 0, uint y = 0, uint z = 0, uint 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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 117 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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 Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found In file included from engine/master.cpp:9: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:430: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:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ 120 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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/master.cpp:9: In file included from engine/engine.h:122: 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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: 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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: 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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: 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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: 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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: 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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:57: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:58: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:59: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found In file included from engine/master.cpp:9: In file included from engine/engine.h:122: engine/texture.h:378:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382: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:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:382:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:384:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:385:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:386:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:387:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:388:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:399: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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: engine/texture.h:400: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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: engine/texture.h:401: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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:403: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:404: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:405: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:439: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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: engine/texture.h:440: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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: engine/texture.h:441: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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: engine/texture.h:442: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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:435: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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:444:65: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void setu(uint x = 0, uint y = 0, uint z = 0, uint 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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:5: In file included from shared/cube.h:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:430: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:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:122: 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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: 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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: 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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: 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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: 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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: 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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:57: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:58: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:59: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:378:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382: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:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:382:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:384:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:385:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:386:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:387:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:388:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:399: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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: engine/texture.h:400: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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: engine/texture.h:401: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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:403: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:404: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:405: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:439: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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: engine/texture.h:440: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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: engine/texture.h:441: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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: engine/texture.h:442: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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:485: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:505: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:662: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:667: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/material.cpp:713: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:301: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:714: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/material.cpp:715: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:301: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:734: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, 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:745: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:751: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/material.cpp:756: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:760: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/material.cpp:772: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:778: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/material.cpp:779: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/material.cpp:802: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/material.cpp:808: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/material.cpp:813: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:818:5: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/material.cpp:1: In file included from engine/engine.h:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:435: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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:444:65: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void setu(uint x = 0, uint y = 0, uint z = 0, uint 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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 117 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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 Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found In file included from engine/menus.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:430: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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:1: In file included from engine/engine.h:122: 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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:1: In file included from engine/engine.h:122: 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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:1: In file included from engine/engine.h:122: 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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:1: In file included from engine/engine.h:122: 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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:1: In file included from engine/engine.h:122: 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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:1: In file included from engine/engine.h:122: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:1: In file included from engine/engine.h:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:1: In file included from engine/engine.h:122: 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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:1: In file included from engine/engine.h:122: engine/texture.h:57: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:1: In file included from engine/engine.h:122: engine/texture.h:58: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:1: In file included from engine/engine.h:122: engine/texture.h:59: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:1: In file included from engine/engine.h:122: engine/texture.h:378:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382: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:1: In file included from engine/engine.h:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:1: In file included from engine/engine.h:122: engine/texture.h:382:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:1: In file included from engine/engine.h:122: engine/texture.h:384:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:1: In file included from engine/engine.h:122: engine/texture.h:385:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:1: In file included from engine/engine.h:122: engine/texture.h:386:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:1: In file included from engine/engine.h:122: engine/texture.h:387:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:1: In file included from engine/engine.h:122: engine/texture.h:388:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:1: In file included from engine/engine.h:122: engine/texture.h:399: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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:1: In file included from engine/engine.h:122: engine/texture.h:400: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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:1: In file included from engine/engine.h:122: engine/texture.h:401: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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:1: In file included from engine/engine.h:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:1: In file included from engine/engine.h:122: engine/texture.h:403: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:1: In file included from engine/engine.h:122: engine/texture.h:404: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:1: In file included from engine/engine.h:122: engine/texture.h:405: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:1: In file included from engine/engine.h:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:1: In file included from engine/engine.h:122: engine/texture.h:439: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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:1: In file included from engine/engine.h:122: engine/texture.h:440: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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:1: In file included from engine/engine.h:122: engine/texture.h:441: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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:1: In file included from engine/engine.h:122: engine/texture.h:442: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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:1: In file included from engine/engine.h:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:435: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:1: In file included from engine/engine.h:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:1: In file included from engine/engine.h:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:1: In file included from engine/engine.h:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:1: In file included from engine/engine.h:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:1: In file included from engine/engine.h:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:1: In file included from engine/engine.h:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:1: In file included from engine/engine.h:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:1: In file included from engine/engine.h:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:444:65: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void setu(uint x = 0, uint y = 0, uint z = 0, uint 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:1: In file included from engine/engine.h:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:1: In file included from engine/engine.h:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:1: In file included from engine/engine.h:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:1: In file included from engine/engine.h:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:1: In file included from engine/engine.h:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:1: In file included from engine/engine.h:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:1: In file included from engine/engine.h:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 117 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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 Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found 136 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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 Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found In file included from engine/movie.cpp:10: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:430: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:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:122: 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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: 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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: 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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: 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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: 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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: 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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:57: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:58: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:59: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:378:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382: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:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:382:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:384:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:385:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:386:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:387:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:388:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:399: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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: engine/texture.h:400: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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: engine/texture.h:401: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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:403: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:404: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:405: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:439: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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: engine/texture.h:440: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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: engine/texture.h:441: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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: engine/texture.h:442: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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:962: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:1011: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:1021: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:1049: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_RECTANGLE, 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:1050: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_RECTANGLE, 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:1060: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:1061: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_RECTANGLE, 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:1073: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_RECTANGLE, 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:1074: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, m.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/movie.cpp:1075: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, m.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/movie.cpp:1076: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, m.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/movie.cpp:1078: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:1079: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:1080: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:1081: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:1082: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:1083: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:1089: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:1092: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, hudw, hudh); ^ /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:1095: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:1133: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:1143: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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:435: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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:444:65: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void setu(uint x = 0, uint y = 0, uint z = 0, uint 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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/normal.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:430: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:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:122: 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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: 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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: 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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: 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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: 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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: 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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:57: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:58: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:59: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:378:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382: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:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:382:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:384:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:385:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:386:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:387:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:388:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:399: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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: engine/texture.h:400: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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: engine/texture.h:401: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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:403: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:404: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:405: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:439: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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: engine/texture.h:440: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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: engine/texture.h:441: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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: engine/texture.h:442: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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:435: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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:444:65: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void setu(uint x = 0, uint y = 0, uint z = 0, uint 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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 117 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o engine/octaedit.o engine/octaedit.cpp In file included from engine/octa.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_Package x11 was not found in the pkg-config search path. ^Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable shared/glexts.hPackage 'x11' not found :410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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' Package 'gl' not found GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:44:67: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:430: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:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ 139 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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:122: 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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: 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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: 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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: 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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: 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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: 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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:57: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:58: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:59: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:378:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382: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:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:382:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:384:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:385:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:386:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found 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:122: engine/texture.h:387:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14);Package 'gl' not found ^ In file included from engine/octa.cpp:3: In file included from engine/engine.h:122: engine/texture.h:388:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:399: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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: engine/texture.h:400: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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: engine/texture.h:401: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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:403: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:404: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:405: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:439: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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: engine/texture.h:440: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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: engine/texture.h:441: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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: engine/texture.h:442: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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:435: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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:444:65: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void setu(uint x = 0, uint y = 0, uint z = 0, uint 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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:430: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:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:122: 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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: 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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: 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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: 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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: 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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: 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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:57: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:58: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:59: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:5: In file included from shared/cube.h:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:430: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:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' In file included from engine/octaedit.cpp:#define glVertexAttrib4fv_ glVertexAttrib4fv1 : ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here In file included from extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/engine.h:122: engine/texture.h:378:In file included from 33engine/octarender.cpp:: 3warning: : '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/engine.h:5: In file included from shared/cube.h:65: 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) ^ case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22:shared/glemu.h :note: 47expanded from macro 'glUniform1f_': 9: note: expanded from macro 'GLE_INITATTRIBF' #define glUniform1f_ glUniform1f ^ 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:2934shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' :13: note: 'glUniform1f' has been explicitly marked deprecated here static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :13:1:extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); note: ^expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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 extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14);engine/octaedit.cpp : ^1 : In file included from engine/engine.h:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:382:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:384:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:3In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:122: engine/texture.h:385:33: warning: 'glUniform1i' 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 case GL_INT: glUniform1i_(b->loc, int(x)); break; ^ shared/glexts.h:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h::2938:513:: In file included from note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/cube.h:65: shared/glemu.hIn file included from :engine/octaedit.cpp61::15: :In file included from engine/engine.hwarning: :'glVertexAttrib2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]122 : engine/texture.h:386:33: warning: GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1)'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h: ^2939 :13: note: 'glUniform2i' has been explicitly marked deprecated here shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:43:59: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :16:1: note: expanded from hereIn file included from engine/octaedit.cpp:1: In file included from engine/engine.h:122: engine/texture.h:387:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' 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 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:65: shared/glemu.h:61:5extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14);: warning: 'glVertexAttrib3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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/octaedit.cpp:1: extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14);In file included from engine/engine.h ^: 122: engine/texture.h:388:33: warning: 'glUniform4i' is deprecated: first deprecated 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; In file included from ^engine/octarender.cpp :3: shared/glexts.h:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13:In file included from note: 'glUniform4i' has 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/engine.h :5: In file included from shared/cube.h:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:122: engine/texture.h:399: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); }:22:1: note: expanded from here ^ shared/glexts.h:glVertexAttrib4f_386: 23: note: expanded from macro 'glUniform1fv_' ^ #define glUniform1fv_ glUniform1fvshared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942: ^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: 'glUniform1fv' has 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 glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from In file included from engine/octarender.cpp:3engine/octaedit.cpp: :In file included from 1engine/engine.h: :In file included from 5engine/engine.h: :In file included from 122shared/cube.h: :engine/texture.h65:: 400shared/glemu.h::83:61 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: '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: void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ shared/glexts.h:388:23: note: expanded from macro 'GLE_INITATTRIBF'expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h In file included from engine/octarender.cpp:3: In file included from engine/engine.h::5: In file included from shared/cube.h:294465: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^ :shared/glemu.h:1349:: note: 'glUniform3fv' has been explicitly marked deprecated here 58: note: expanded from macro 'GLE_INITATTRIBF' extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:122: engine/texture.h:401: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:387:23: note: expanded from macro 'glUniform2fv_' In file included from engine/octarender.cpp:#define glUniform2fv_ glUniform2fv3 : ^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 2943shared/cube.h::1365: note: 'glUniform2fv' has been 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:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here : extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); 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:411:28In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:122: :engine/texture.h :note: 403expanded from macro 'glVertexAttrib2fv_': 85: warning: 'glUniform4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here void setv(const plane *p, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform4fv_(b->loc, n, p->v); } ^ shared/glexts.h:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) 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/octarender.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from In file included from engine/octarender.cppengine/octaedit.cpp::31: : In file included from In file included from engine/engine.hengine/engine.h::5122: : In file included from engine/texture.hshared/cube.h::40465:: 87shared/glemu.h:: 62warning: :'glUniformMatrix2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]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:418: void setv(const matrix2 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix2fv_(b->loc, n, GL_FALSE, m->a.v); } ^27 : note: expanded from macro 'glVertexAttrib4f_'shared/glexts.h :398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glVertexAttrib4f_ 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 glUniformMatrix2fv_ glUniformMatrix2fv: 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:2950:13: note: 'glUniformMatrix2fv' has 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 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:5: In file included from shared/cube.h:65: shared/glemu.h:63:47In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:122: engine/texture.h::405: 87warning: :'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] warning: 'glUniformMatrix3fv' is 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:418:27: note: expanded from macro 'glVertexAttrib4f_' void setv(const matrix3 *m, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniformMatrix3fv_(b->loc, n, GL_FALSE, m->a.v); } #define glVertexAttrib4f_ glVertexAttrib4f ^ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hshared/glexts.h::2908399::1329:: note: note: 'glVertexAttrib4f' has been explicitly marked deprecated hereexpanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' 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 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:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:5: In file included from shared/cube.h:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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/octaedit.cpp:1: In file included from engine/engine.h:122: engine/texture.h:439:83: extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14);warning: ^ 'glUniform1iv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] void setv(const int *i, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1iv_(b->loc, n, i); } ^ shared/glexts.h:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /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/octarender.cpp :note: 3'glUniform1iv' has been explicitly marked deprecated here: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:66:49:extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here In file included from engine/octaedit.cpp:1: In file included from engine/engine.h:122: engine/texture.h:440:84extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14);: ^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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: engine/texture.h:441: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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: engine/texture.h:442: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); } ^ In file included from shared/glexts.hengine/octarender.cpp::3973:: 23In file included from :engine/engine.h :note: 5expanded from macro 'glUniform4iv_': In file included from shared/cube.h:65: #define glUniform4iv_ glUniform4ivshared/glemu.h : ^76 :61:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h :warning: 2949'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: 13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ static inline void enableattrib(int index) { disable(); glEnableVertexAttribArray_(index); } ^ shared/glexts.h:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/octaedit.cpp:97: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/octaedit.cpp:98: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:99: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:112: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:113:5: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_CULL_FACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:122: 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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: 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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: 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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: 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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: 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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: 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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:57: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:58: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:59: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:378:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382: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:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:382:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:384:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:385:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:386:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:387:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:388:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:399: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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: engine/texture.h:400: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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: engine/texture.h:401: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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:403: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:404: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:405: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:439: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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: engine/texture.h:440: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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: engine/texture.h:441: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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: engine/texture.h:442: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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:550: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/octaedit.cpp:551: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:552: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:588:35: warning: 'glLineWidth' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(selgridwidth != 1) glLineWidth(selgridwidth); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2569:13: note: 'glLineWidth' has been explicitly marked deprecated here extern void glLineWidth (GLfloat width) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/octaedit.cpp:590:37: warning: 'glLineWidth' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(selectionwidth != 1) glLineWidth(1); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2569:13: note: 'glLineWidth' has been explicitly marked deprecated here extern void glLineWidth (GLfloat width) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/octaedit.cpp:600:33: warning: 'glLineWidth' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(selectionwidth != 1) glLineWidth(selectionwidth); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2569:13: note: 'glLineWidth' has been explicitly marked deprecated here extern void glLineWidth (GLfloat width) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/octaedit.cpp:602:33: warning: 'glLineWidth' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(selectionwidth != 1) glLineWidth(1); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2569:13: note: 'glLineWidth' has been explicitly marked deprecated here extern void glLineWidth (GLfloat width) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/octaedit.cpp:617:34: warning: 'glLineWidth' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(selboxgridwidth != 1) glLineWidth(selboxgridwidth); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2569:13: note: 'glLineWidth' has been explicitly marked deprecated here extern void glLineWidth (GLfloat width) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/octaedit.cpp:619:33: warning: 'glLineWidth' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(selectionwidth != 1) glLineWidth(1); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2569:13: note: 'glLineWidth' has been explicitly marked deprecated here extern void glLineWidth (GLfloat width) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/octaedit.cpp:629:37: warning: 'glLineWidth' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(selboxgridrefwidth != 1) glLineWidth(selboxgridrefwidth); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2569:13: note: 'glLineWidth' has been explicitly marked deprecated here extern void glLineWidth (GLfloat width) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/octaedit.cpp:631:37: warning: 'glLineWidth' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(selboxgridrefwidth != 1) glLineWidth(1); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2569:13: note: 'glLineWidth' has been explicitly marked deprecated here extern void glLineWidth (GLfloat width) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/octaedit.cpp:647:32: warning: 'glLineWidth' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(selbox2dwidth != 1) glLineWidth(selbox2dwidth); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2569:13: note: 'glLineWidth' has been explicitly marked deprecated here extern void glLineWidth (GLfloat width) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/octaedit.cpp:649:33: warning: 'glLineWidth' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(selectionwidth != 1) glLineWidth(1); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2569:13: note: 'glLineWidth' has been explicitly marked deprecated here extern void glLineWidth (GLfloat width) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/octaedit.cpp:659:32: warning: 'glLineWidth' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(selbox3dwidth != 1) glLineWidth(selbox3dwidth); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2569:13: note: 'glLineWidth' has been explicitly marked deprecated here extern void glLineWidth (GLfloat width) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/octaedit.cpp:661:32: warning: 'glLineWidth' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(selbox3dwidth != 1) glLineWidth(1); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2569:13: note: 'glLineWidth' has been explicitly marked deprecated here extern void glLineWidth (GLfloat width) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/octaedit.cpp:680: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:681: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/octarender.cpp:38: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:357: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:49: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:351: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:51: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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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:52: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:355: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:53: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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/octaedit.cpp:1362: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:357: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:1363: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:357: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:1515: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:351: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:1517: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:355: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:1521: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:351: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:1523: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:355: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:1639: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:318: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:1641: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:1648: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:318: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:1651: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); ^ In file included from engine/octarender.cpp:3: In file included from engine/engine.h:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:435: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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:444:65: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void setu(uint x = 0, uint y = 0, uint z = 0, uint 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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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/octaedit.cpp:3292: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:3299: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:3300: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:3312: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, detailtex->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:3324: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:3338: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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:435: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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:444:65: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void setu(uint x = 0, uint y = 0, uint z = 0, uint 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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 117 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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 Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found In file included from engine/physics.cpp:6: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:430: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:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:122: 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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: 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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: 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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: 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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: 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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: 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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:57: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:58: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:59: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:378:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382: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:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:382:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:384:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:385:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:386:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:387:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:388:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:399: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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: engine/texture.h:400: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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: engine/texture.h:401: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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:403: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:404: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:405: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:439: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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: engine/texture.h:440: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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: engine/texture.h:441: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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: engine/texture.h:442: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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:435: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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:444:65: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void setu(uint x = 0, uint y = 0, uint z = 0, uint 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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 122 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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 Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found 155 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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 Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found In file included from engine/pvs.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:430: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:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:122: 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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: 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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: 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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: 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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: 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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: 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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:57: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:58: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:59: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:378:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382: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:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:382:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:384:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:385:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:386:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:387:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:388:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:399: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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: engine/texture.h:400: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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: engine/texture.h:401: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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:403: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:404: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:405: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:439: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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: engine/texture.h:440: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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: engine/texture.h:441: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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: engine/texture.h:442: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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:435:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:444:65: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void setu(uint x = 0, uint y = 0, uint z = 0, uint w = 0) { sett(x, y, z, w); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/pvs.cpp:1: In file included from engine/engine.h:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 117 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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/renderlights.o engine/renderlights.cpp Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:430:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:122: 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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: 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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: 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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: 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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: 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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: 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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:57: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:58: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:59: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:378:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382: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:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:382:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:384:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:385:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:386:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:387:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:388:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:399: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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: engine/texture.h:400: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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: engine/texture.h:401: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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:403: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:404: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:405: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:439: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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: engine/texture.h:440: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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: engine/texture.h:441: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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: engine/texture.h:442: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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:313: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:322: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:347: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, &depthtex); ^ /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:349: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_RECTANGLE, 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:363: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, &depthtex); ^ /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:375: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:376: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:377: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:528: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:539: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, &texsize); ^ /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:543: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_IMAGE_UNITS, &texunits); ^ /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:547:5: warning: 'glGetIntegerv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGetIntegerv(GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS, &vtexunits); ^ /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:551: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, &cubetexsize); ^ /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:553: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_DRAW_BUFFERS, &drawbufs); ^ /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:875:8: 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:929:13: 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_DUAL_SOURCE_DRAW_BUFFERS, &dualbufs); ^ /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:1097:13: warning: 'glGenQueries' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(gpu) glGenQueries_(timer::MAXQUERY, t.query); ^ shared/glexts.h:360: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/rendergl.cpp:1112:9: 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_TIME_ELAPSED_EXT, t->query[timercycle]); ^ shared/glexts.h:362: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/rendergl.cpp:1124:9: 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_TIME_ELAPSED_EXT); ^ shared/glexts.h:363: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/rendergl.cpp:1141:17: warning: 'glGetQueryObjectiv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGetQueryObjectiv_(t.query[timercycle], GL_QUERY_RESULT_AVAILABLE, &available); ^ shared/glexts.h:365: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/rendergl.cpp:1156:19: warning: 'glDeleteQueries' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(t.gpu) glDeleteQueries_(timer::MAXQUERY, t.query); ^ shared/glexts.h:361: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/rendergl.cpp:1221: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, hudw, hudh); ^ /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:1226:5: warning: 'glGetError' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLERROR; ^ engine/engine.h:306:49: note: expanded from macro 'GLERROR' #define GLERROR do { if(glerr) { GLenum error = glGetError(); if(error != GL_NO_ERROR) glerror(__FILE__, __LINE__, error); } } while(0) ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2508:15: note: 'glGetError' has been explicitly marked deprecated here extern GLenum glGetError (void) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1228: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:1229: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:1230:5: warning: 'glClearStencil' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glClearStencil(0); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2399:13: note: 'glClearStencil' has been explicitly marked deprecated here extern void glClearStencil (GLint s) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1231: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:1232: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:1233: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_STENCIL_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:1234:5: warning: 'glStencilFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glStencilFunc(GL_ALWAYS, 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:2672:13: note: 'glStencilFunc' has been explicitly marked deprecated here extern void glStencilFunc (GLenum func, GLint ref, GLuint mask) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1235:5: warning: 'glStencilOp' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glStencilOp(GL_KEEP, GL_KEEP, GL_KEEP); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2674:13: note: 'glStencilOp' has been explicitly marked deprecated here extern void glStencilOp (GLenum fail, GLenum zfail, GLenum zpass) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1237: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:1240: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:1241: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:1242: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:1249:5: warning: 'glGetError' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLERROR; ^ engine/engine.h:306:49: note: expanded from macro 'GLERROR' #define GLERROR do { if(glerr) { GLenum error = glGetError(); if(error != GL_NO_ERROR) glerror(__FILE__, __LINE__, error); } } while(0) ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2508:15: note: 'glGetError' has been explicitly marked deprecated here extern GLenum glGetError (void) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:1474: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:1475: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:1489: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:1685: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:351: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:1688: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:355: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:1695: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:357: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:1704: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); ^ 117 warnings generated. engine/rendergl.cpp:1956: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:1957: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:1965: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:1975: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); ^ 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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 engine/rendergl.cpp:1986: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:2007:5: warning: 'glGetError' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLERROR; ^ engine/engine.h:306:49: note: expanded from macro 'GLERROR' #define GLERROR do { if(glerr) { GLenum error = glGetError(); if(error != GL_NO_ERROR) glerror(__FILE__, __LINE__, error); } } while(0) ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2508:15: note: 'glGetError' has been explicitly marked deprecated here extern GLenum glGetError (void) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2012:5: warning: 'glGetError' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLERROR; ^ engine/engine.h:306:49: note: expanded from macro 'GLERROR' #define GLERROR do { if(glerr) { GLenum error = glGetError(); if(error != GL_NO_ERROR) glerror(__FILE__, __LINE__, error); } } while(0) ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2508:15: note: 'glGetError' has been explicitly marked deprecated here extern GLenum glGetError (void) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2017: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:2065: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:2066: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:2091: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:2092: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:2104: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:2105: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:2107: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:2108: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:2118: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, hudw, hudh); ^ /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:2151: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:2152: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:2165:9: warning: 'glGetError' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLERROR; ^ engine/engine.h:306:49: note: expanded from macro 'GLERROR' #define GLERROR do { if(glerr) { GLenum error = glGetError(); if(error != GL_NO_ERROR) glerror(__FILE__, __LINE__, error); } } while(0) ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2508:15: note: 'glGetError' has been explicitly marked deprecated here extern GLenum glGetError (void) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2168:9: warning: 'glGetError' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLERROR; ^ engine/engine.h:306:49: note: expanded from macro 'GLERROR' #define GLERROR do { if(glerr) { GLenum error = glGetError(); if(error != GL_NO_ERROR) glerror(__FILE__, __LINE__, error); } } while(0) ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2508:15: note: 'glGetError' has been explicitly marked deprecated here extern GLenum glGetError (void) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2173:9: warning: 'glGetError' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLERROR; ^ engine/engine.h:306:49: note: expanded from macro 'GLERROR' #define GLERROR do { if(glerr) { GLenum error = glGetError(); if(error != GL_NO_ERROR) glerror(__FILE__, __LINE__, error); } } while(0) ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2508:15: note: 'glGetError' has been explicitly marked deprecated here extern GLenum glGetError (void) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2176:9: warning: 'glGetError' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLERROR; ^ engine/engine.h:306:49: note: expanded from macro 'GLERROR' #define GLERROR do { if(glerr) { GLenum error = glGetError(); if(error != GL_NO_ERROR) glerror(__FILE__, __LINE__, error); } } while(0) ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2508:15: note: 'glGetError' has been explicitly marked deprecated here extern GLenum glGetError (void) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2179:9: warning: 'glGetError' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLERROR; ^ engine/engine.h:306:49: note: expanded from macro 'GLERROR' #define GLERROR do { if(glerr) { GLenum error = glGetError(); if(error != GL_NO_ERROR) glerror(__FILE__, __LINE__, error); } } while(0) ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2508:15: note: 'glGetError' has been explicitly marked deprecated here extern GLenum glGetError (void) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2182:9: warning: 'glGetError' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLERROR; ^ engine/engine.h:306:49: note: expanded from macro 'GLERROR' #define GLERROR do { if(glerr) { GLenum error = glGetError(); if(error != GL_NO_ERROR) glerror(__FILE__, __LINE__, error); } } while(0) ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2508:15: note: 'glGetError' has been explicitly marked deprecated here extern GLenum glGetError (void) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2194:9: warning: 'glGetError' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLERROR; ^ engine/engine.h:306:49: note: expanded from macro 'GLERROR' #define GLERROR do { if(glerr) { GLenum error = glGetError(); if(error != GL_NO_ERROR) glerror(__FILE__, __LINE__, error); } } while(0) ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2508:15: note: 'glGetError' has been explicitly marked deprecated here extern GLenum glGetError (void) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2197: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:2198: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:2273: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:2274: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: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_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:2284: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:2329: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:2330: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:2337: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:2341: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:2345:5: warning: 'glGetError' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLERROR; ^ engine/engine.h:306:49: note: expanded from macro 'GLERROR' #define GLERROR do { if(glerr) { GLenum error = glGetError(); if(error != GL_NO_ERROR) glerror(__FILE__, __LINE__, error); } } while(0) ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2508:15: note: 'glGetError' has been explicitly marked deprecated here extern GLenum glGetError (void) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2351:9: warning: 'glGetError' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLERROR; ^ engine/engine.h:306:49: note: expanded from macro 'GLERROR' #define GLERROR do { if(glerr) { GLenum error = glGetError(); if(error != GL_NO_ERROR) glerror(__FILE__, __LINE__, error); } } while(0) ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2508:15: note: 'glGetError' has been explicitly marked deprecated here extern GLenum glGetError (void) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2357:5: warning: 'glGetError' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLERROR; ^ engine/engine.h:306:49: note: expanded from macro 'GLERROR' #define GLERROR do { if(glerr) { GLenum error = glGetError(); if(error != GL_NO_ERROR) glerror(__FILE__, __LINE__, error); } } while(0) ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2508:15: note: 'glGetError' has been explicitly marked deprecated here extern GLenum glGetError (void) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2359: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/rendergl.cpp:2362:5: warning: 'glGetError' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLERROR; ^ engine/engine.h:306:49: note: expanded from macro 'GLERROR' #define GLERROR do { if(glerr) { GLenum error = glGetError(); if(error != GL_NO_ERROR) glerror(__FILE__, __LINE__, error); } } while(0) ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2508:15: note: 'glGetError' has been explicitly marked deprecated here extern GLenum glGetError (void) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2365:5: warning: 'glGetError' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLERROR; ^ engine/engine.h:306:49: note: expanded from macro 'GLERROR' #define GLERROR do { if(glerr) { GLenum error = glGetError(); if(error != GL_NO_ERROR) glerror(__FILE__, __LINE__, error); } } while(0) ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2508:15: note: 'glGetError' has been explicitly marked deprecated here extern GLenum glGetError (void) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2368:5: warning: 'glGetError' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLERROR; ^ engine/engine.h:306:49: note: expanded from macro 'GLERROR' #define GLERROR do { if(glerr) { GLenum error = glGetError(); if(error != GL_NO_ERROR) glerror(__FILE__, __LINE__, error); } } while(0) ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2508:15: note: 'glGetError' has been explicitly marked deprecated here extern GLenum glGetError (void) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2380:5: warning: 'glGetError' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLERROR; ^ engine/engine.h:306:49: note: expanded from macro 'GLERROR' #define GLERROR do { if(glerr) { GLenum error = glGetError(); if(error != GL_NO_ERROR) glerror(__FILE__, __LINE__, error); } } while(0) ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2508:15: note: 'glGetError' has been explicitly marked deprecated here extern GLenum glGetError (void) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2386:5: warning: 'glGetError' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLERROR; ^ engine/engine.h:306:49: note: expanded from macro 'GLERROR' #define GLERROR do { if(glerr) { GLenum error = glGetError(); if(error != GL_NO_ERROR) glerror(__FILE__, __LINE__, error); } } while(0) ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2508:15: note: 'glGetError' has been explicitly marked deprecated here extern GLenum glGetError (void) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2391:9: warning: 'glGetError' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLERROR; ^ engine/engine.h:306:49: note: expanded from macro 'GLERROR' #define GLERROR do { if(glerr) { GLenum error = glGetError(); if(error != GL_NO_ERROR) glerror(__FILE__, __LINE__, error); } } while(0) ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2508:15: note: 'glGetError' has been explicitly marked deprecated here extern GLenum glGetError (void) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2393:9: warning: 'glGetError' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLERROR; ^ engine/engine.h:306:49: note: expanded from macro 'GLERROR' #define GLERROR do { if(glerr) { GLenum error = glGetError(); if(error != GL_NO_ERROR) glerror(__FILE__, __LINE__, error); } } while(0) ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2508:15: note: 'glGetError' has been explicitly marked deprecated here extern GLenum glGetError (void) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2395:9: warning: 'glGetError' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLERROR; ^ engine/engine.h:306:49: note: expanded from macro 'GLERROR' #define GLERROR do { if(glerr) { GLenum error = glGetError(); if(error != GL_NO_ERROR) glerror(__FILE__, __LINE__, error); } } while(0) ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2508:15: note: 'glGetError' has been explicitly marked deprecated here extern GLenum glGetError (void) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/rendergl.cpp:2397: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:2400: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:2404: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:2406: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:2409: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:2410: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:2504:9: warning: 'glFinish' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glFinish(); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2489:13: note: 'glFinish' has been explicitly marked deprecated here extern void glFinish (void) OPENGL_DEPRECATED(10.0, 10.14); ^ Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found In file included from engine/rendergl.cpp:3: In file included from engine/engine.h:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:435: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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:444:65: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void setu(uint x = 0, uint y = 0, uint z = 0, uint 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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:430: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/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:122: 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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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/renderlights.cpp:1: In file included from engine/engine.h:122: 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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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/renderlights.cpp:1: In file included from engine/engine.h:122: 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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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/renderlights.cpp:1: In file included from engine/engine.h:122: 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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:122: 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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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/renderlights.cpp:1: In file included from engine/engine.h:122: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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/renderlights.cpp:1: In file included from engine/engine.h:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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/renderlights.cpp:1: In file included from engine/engine.h:122: 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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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/renderlights.cpp:1: In file included from engine/engine.h:122: engine/texture.h:57: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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/renderlights.cpp:1: In file included from engine/engine.h:122: engine/texture.h:58: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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/renderlights.cpp:1: In file included from engine/engine.h:122: engine/texture.h:59: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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/renderlights.cpp:1: In file included from engine/engine.h:122: engine/texture.h:378:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382: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/renderlights.cpp:1: In file included from engine/engine.h:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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/renderlights.cpp:1: In file included from engine/engine.h:122: engine/texture.h:382:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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/renderlights.cpp:1: In file included from engine/engine.h:122: engine/texture.h:384:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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/renderlights.cpp:1: In file included from engine/engine.h:122: engine/texture.h:385:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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/renderlights.cpp:1: In file included from engine/engine.h:122: engine/texture.h:386:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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/renderlights.cpp:1: In file included from engine/engine.h:122: engine/texture.h:387:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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/renderlights.cpp:1: In file included from engine/engine.h:122: engine/texture.h:388:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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/renderlights.cpp:1: In file included from engine/engine.h:122: engine/texture.h:399: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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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/renderlights.cpp:1: In file included from engine/engine.h:122: engine/texture.h:400: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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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/renderlights.cpp:1: In file included from engine/engine.h:122: engine/texture.h:401: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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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/renderlights.cpp:1: In file included from engine/engine.h:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:122: engine/texture.h:403: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderlights.cpp:1: In file included from engine/engine.h:122: engine/texture.h:404: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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/renderlights.cpp:1: In file included from engine/engine.h:122: engine/texture.h:405: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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/renderlights.cpp:1: In file included from engine/engine.h:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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/renderlights.cpp:1: In file included from engine/engine.h:122: engine/texture.h:439: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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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/renderlights.cpp:1: In file included from engine/engine.h:122: engine/texture.h:440: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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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/renderlights.cpp:1: In file included from engine/engine.h:122: engine/texture.h:441: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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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/renderlights.cpp:1: In file included from engine/engine.h:122: engine/texture.h:442: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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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/renderlights.cpp:45:31: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] loopi(5) if(!bloomtex[i]) glGenTextures(1, &bloomtex[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/renderlights.cpp:56:26: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!bloomtex[5]) glGenTextures(1, &bloomtex[5]); ^ /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/renderlights.cpp:63: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, &bloompbo); ^ shared/glexts.h:351: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/renderlights.cpp:64: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_PIXEL_PACK_BUFFER, bloompbo); ^ shared/glexts.h:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:65: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_PIXEL_PACK_BUFFER, 4*(hasTF ? sizeof(GLfloat) : sizeof(GLushort))*(hasTRG ? 1 : 3), NULL, GL_DYNAMIC_COPY); ^ shared/glexts.h:355: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/renderlights.cpp:66: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_PIXEL_PACK_BUFFER, 0); ^ shared/glexts.h:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:87: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(bloompbo) { glDeleteBuffers_(1, &bloompbo); bloompbo = 0; } ^ shared/glexts.h:357: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/renderlights.cpp:89:32: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] loopi(6) if(bloomtex[i]) { glDeleteTextures(1, &bloomtex[i]); bloomtex[i] = 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/renderlights.cpp:180: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(!aonoisetex) glGenTextures(1, &aonoisetex); ^ /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/renderlights.cpp:192:23: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!aotex[i]) glGenTextures(1, &aotex[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/renderlights.cpp:201:13: 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/renderlights.cpp:202: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_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/renderlights.cpp:208:23: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!aotex[3]) glGenTextures(1, &aotex[3]); ^ /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/renderlights.cpp:226:29: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] loopi(4) if(aotex[i]) { glDeleteTextures(1, &aotex[i]); aotex[i] = 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/renderlights.cpp:227: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(aonoisetex) { glDeleteTextures(1, &aonoisetex); aonoisetex = 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/renderlights.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_RECTANGLE, aotex[2] ? aotex[2] : aotex[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/renderlights.cpp:300:21: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(msaasamples) glBindTexture(GL_TEXTURE_2D_MULTISAMPLE, msdepthtex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:301:10: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glBindTexture(GL_TEXTURE_RECTANGLE, gdepthtex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:308: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, aow, aoh); ^ /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/renderlights.cpp:315: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_RECTANGLE, aotex[3]); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:321: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, aow, aoh); ^ /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/renderlights.cpp:322: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_TEXTURE1); ^ shared/glexts.h:301: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/renderlights.cpp:325:25: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(msaasamples) glBindTexture(GL_TEXTURE_2D_MULTISAMPLE, msdepthtex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:326:14: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glBindTexture(GL_TEXTURE_RECTANGLE, gdepthtex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:330:25: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(msaasamples) glBindTexture(GL_TEXTURE_2D_MULTISAMPLE, msnormaltex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:331:14: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glBindTexture(GL_TEXTURE_RECTANGLE, gnormaltex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:334: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_TEXTURE2); ^ shared/glexts.h:301: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/renderlights.cpp:335: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, aonoisetex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:336: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:301: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/renderlights.cpp:350: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, vieww, i ? viewh : aoh); ^ /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/renderlights.cpp:351: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_RECTANGLE, aotex[i]); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:352: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:301: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/renderlights.cpp:353:29: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(msaasamples) glBindTexture(GL_TEXTURE_2D_MULTISAMPLE, msdepthtex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:354:18: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glBindTexture(GL_TEXTURE_RECTANGLE, gdepthtex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:355: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:301: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/renderlights.cpp:362: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, aow, aoh); ^ /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/renderlights.cpp:363: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_RECTANGLE, aotex[i%2]); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:364: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:301: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/renderlights.cpp:365:24: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(linear) glBindTexture(GL_TEXTURE_RECTANGLE, aotex[3]); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:366:34: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else if(msaasamples) glBindTexture(GL_TEXTURE_2D_MULTISAMPLE, msdepthtex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:367:18: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glBindTexture(GL_TEXTURE_RECTANGLE, gdepthtex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:368: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:301: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/renderlights.cpp:379: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, aow, aoh); ^ /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/renderlights.cpp:381: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_RECTANGLE, aotex[i%2]); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:387: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, 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); ^ engine/renderlights.cpp:395:32: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] loopi(2) if(scaletex[i]) { glDeleteTextures(1, &scaletex[i]); scaletex[i] = 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/renderlights.cpp:408:26: 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/renderlights.cpp:445: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, gw, hudh); ^ /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/renderlights.cpp:446: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_RECTANGLE, 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/renderlights.cpp:450: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, hudw, hudh); ^ /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/renderlights.cpp:451: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_RECTANGLE, scaletex[1]); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:458: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, hudw, hudh); ^ /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/renderlights.cpp:459: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_RECTANGLE, 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/renderlights.cpp:490: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/renderlights.cpp:491: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_MULTISAMPLE, 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/renderlights.cpp:495: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_MULTISAMPLE, 0, GL_TEXTURE_SAMPLES, &samples); ^ /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/renderlights.cpp:498: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); ^ engine/renderlights.cpp:509: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_SAMPLES, &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/renderlights.cpp:511: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_DEPTH_TEXTURE_SAMPLES, &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/renderlights.cpp:513: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_COLOR_TEXTURE_SAMPLES, &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/renderlights.cpp:567:5: warning: 'glDrawBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDrawBuffers_(numbufs, drawbufs); ^ shared/glexts.h:435:24: note: expanded from macro 'glDrawBuffers_' #define glDrawBuffers_ glDrawBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2879:13: note: 'glDrawBuffers' has been explicitly marked deprecated here extern void glDrawBuffers (GLsizei n, const GLenum *bufs) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:575: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(msdepthtex) { glDeleteTextures(1, &msdepthtex); msdepthtex = 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/renderlights.cpp:576: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(mscolortex) { glDeleteTextures(1, &mscolortex); mscolortex = 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/renderlights.cpp:577: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(msnormaltex) { glDeleteTextures(1, &msnormaltex); msnormaltex = 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/renderlights.cpp:578: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(msglowtex) { glDeleteTextures(1, &msglowtex); msglowtex = 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/renderlights.cpp:582:20: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(mshdrtex) { glDeleteTextures(1, &mshdrtex); mshdrtex = 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/renderlights.cpp:584:24: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(msrefracttex) { glDeleteTextures(1, &msrefracttex); msrefracttex = 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/renderlights.cpp:626: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(!msdepthtex) glGenTextures(1, &msdepthtex); ^ /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/renderlights.cpp:627: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(!mscolortex) glGenTextures(1, &mscolortex); ^ /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/renderlights.cpp:628: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(!msnormaltex) glGenTextures(1, &msnormaltex); ^ /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/renderlights.cpp:634: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_MULTISAMPLE, msdepthtex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:637: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_MULTISAMPLE, mscolortex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:639: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_MULTISAMPLE, msnormaltex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:643: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(!msglowtex) glGenTextures(1, &msglowtex); ^ /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/renderlights.cpp:644: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_MULTISAMPLE, msglowtex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:658: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_MULTISAMPLE, msglowtex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:667: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/renderlights.cpp:668: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_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT | (ghasstencil ? GL_STENCIL_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/renderlights.cpp:680:23: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!mshdrtex) glGenTextures(1, &mshdrtex); ^ /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/renderlights.cpp:691: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_MULTISAMPLE, mshdrtex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:692:13: warning: 'glGetError' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGetError(); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2508:15: note: 'glGetError' has been explicitly marked deprecated here extern GLenum glGetError (void) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:694:16: warning: 'glGetError' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(glGetError() == GL_NO_ERROR) ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2508:15: note: 'glGetError' has been explicitly marked deprecated here extern GLenum glGetError (void) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:708:27: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!msrefracttex) glGenTextures(1, &msrefracttex); ^ /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/renderlights.cpp:713: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_MULTISAMPLE, msrefracttex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:800: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(!gdepthtex) glGenTextures(1, &gdepthtex); ^ /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/renderlights.cpp:801: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(!gcolortex) glGenTextures(1, &gcolortex); ^ /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/renderlights.cpp:802:25: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!gnormaltex) glGenTextures(1, &gnormaltex); ^ /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/renderlights.cpp:803:23: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!gglowtex) glGenTextures(1, &gglowtex); ^ /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/renderlights.cpp:836: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/renderlights.cpp:837: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 | (ghasstencil ? GL_STENCIL_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/renderlights.cpp:840:17: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!hdrtex) glGenTextures(1, &hdrtex); ^ /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/renderlights.cpp:855:25: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!refracttex) glGenTextures(1, &refracttex); ^ /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/renderlights.cpp:877: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(gdepthtex) { glDeleteTextures(1, &gdepthtex); gdepthtex = 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/renderlights.cpp:878: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(gcolortex) { glDeleteTextures(1, &gcolortex); gcolortex = 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/renderlights.cpp:879: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(gnormaltex) { glDeleteTextures(1, &gnormaltex); gnormaltex = 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/renderlights.cpp:880:20: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(gglowtex) { glDeleteTextures(1, &gglowtex); gglowtex = 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/renderlights.cpp:884:18: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(hdrtex) { glDeleteTextures(1, &hdrtex); hdrtex = 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/renderlights.cpp:886: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(refracttex) { glDeleteTextures(1, &refracttex); refracttex = 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/renderlights.cpp:905:25: warning: 'glClear' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(ghasstencil) glClear(GL_STENCIL_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/renderlights.cpp:911: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/renderlights.cpp:917:17: warning: 'glStencilFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glStencilFunc(GL_ALWAYS, 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:2672:13: note: 'glStencilFunc' has been explicitly marked deprecated here extern void glStencilFunc (GLenum func, GLint ref, GLuint mask) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:918:17: warning: 'glStencilOp' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glStencilOp(GL_KEEP, GL_KEEP, GL_REPLACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2674:13: note: 'glStencilOp' has been explicitly marked deprecated here extern void glStencilOp (GLenum fail, GLenum zfail, GLenum zpass) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:919: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_STENCIL_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/renderlights.cpp:921:13: 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/renderlights.cpp:926:14: 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/renderlights.cpp:929: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_MULTISAMPLE, msdepthtex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:934:29: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(ghasstencil) glDisable(GL_STENCIL_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/renderlights.cpp:935:13: 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/renderlights.cpp:937:14: 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/renderlights.cpp:992:5: warning: 'glGetError' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLERROR; ^ engine/engine.h:306:49: note: expanded from macro 'GLERROR' #define GLERROR do { if(glerr) { GLenum error = glGetError(); if(error != GL_NO_ERROR) glerror(__FILE__, __LINE__, error); } } while(0) ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2508:15: note: 'glGetError' has been explicitly marked deprecated here extern GLenum glGetError (void) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:995: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, 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/renderlights.cpp:1005: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_RECTANGLE, hdrtex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:1007:5: warning: 'glGetError' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLERROR; ^ engine/engine.h:306:49: note: expanded from macro 'GLERROR' #define GLERROR do { if(glerr) { GLenum error = glGetError(); if(error != GL_NO_ERROR) glerror(__FILE__, __LINE__, error); } } while(0) ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2508:15: note: 'glGetError' has been explicitly marked deprecated here extern GLenum glGetError (void) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:1079: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, pw, ph); ^ /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/renderlights.cpp:1084: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, pw, 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); ^ engine/renderlights.cpp:1090: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, 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); ^ engine/renderlights.cpp:1093: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_MULTISAMPLE, mshdrtex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:1115: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, cw, ch); ^ /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/renderlights.cpp:1116: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_RECTANGLE, ptex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:1148: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, cw, ch); ^ /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/renderlights.cpp:1149: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_RECTANGLE, ltex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:1162: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, bloompbo ? 4 : 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: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/renderlights.cpp:1163: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/renderlights.cpp:1164: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_MINUS_SRC_ALPHA, 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/renderlights.cpp:1166: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_RECTANGLE, b0tex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:1169: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/renderlights.cpp:1173: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_PIXEL_PACK_BUFFER, bloompbo); ^ shared/glexts.h:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:1174:13: 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/renderlights.cpp:1175:13: 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, 4, 1, hasTRG ? GL_RED : GL_RGB, hasTF ? GL_FLOAT : GL_UNSIGNED_SHORT, NULL); ^ /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/renderlights.cpp:1176: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_PIXEL_PACK_BUFFER, 0); ^ shared/glexts.h:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:1197: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_TEXTURE2); ^ shared/glexts.h:301: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/renderlights.cpp:1198: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, bloomtex[4]); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:1199: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:301: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/renderlights.cpp:1202: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, b0w, b0h); ^ /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/renderlights.cpp:1204: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_RECTANGLE, ptex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:1214: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, b1w, b1h); ^ /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/renderlights.cpp:1216: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_RECTANGLE, b0tex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:1228: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); ^ engine/renderlights.cpp:1229: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_MULTISAMPLE, mshdrtex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:1230: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:301: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/renderlights.cpp:1231: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_RECTANGLE, b0tex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:1232: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:301: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/renderlights.cpp:1247: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); ^ engine/renderlights.cpp:1248: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_RECTANGLE, hdrtex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:1249: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:301: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/renderlights.cpp:1250: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_RECTANGLE, b0tex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:1251: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:301: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/renderlights.cpp:1258:21: warning: 'glStencilOp' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glStencilOp(GL_KEEP, GL_KEEP, GL_KEEP); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2674:13: note: 'glStencilOp' has been explicitly marked deprecated here extern void glStencilOp (GLenum fail, GLenum zfail, GLenum zpass) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:1259:21: warning: 'glStencilFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glStencilFunc(GL_EQUAL, 0, 0x80); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2672:13: note: 'glStencilFunc' has been explicitly marked deprecated here extern void glStencilFunc (GLenum func, GLint ref, GLuint mask) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:1260:21: 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_STENCIL_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/renderlights.cpp:1264:21: warning: 'glStencilFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glStencilFunc(GL_EQUAL, 0x80, 0x80); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2672:13: note: 'glStencilFunc' has been explicitly marked deprecated here extern void glStencilFunc (GLenum func, GLint ref, GLuint mask) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:1267:21: 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_STENCIL_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/renderlights.cpp:1282: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); ^ engine/renderlights.cpp:1283: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_MULTISAMPLE, mshdrtex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:1284: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:301: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/renderlights.cpp:1285: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_RECTANGLE, b0tex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:1286: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:301: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/renderlights.cpp:1309: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, 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); ^ engine/renderlights.cpp:1320: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_RECTANGLE, 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/renderlights.cpp:1339: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_RECTANGLE, gdepthtex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:1349: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, gw, gh); ^ /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/renderlights.cpp:1351: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/renderlights.cpp:1352: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_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/renderlights.cpp:1354:5: warning: 'glStencilFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glStencilFunc(GL_NOTEQUAL, 0, debugstencil); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2672:13: note: 'glStencilFunc' has been explicitly marked deprecated here extern void glStencilFunc (GLenum func, GLint ref, GLuint mask) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:1355:5: warning: 'glStencilOp' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glStencilOp(GL_KEEP, GL_KEEP, GL_KEEP); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2674:13: note: 'glStencilOp' has been explicitly marked deprecated here extern void glStencilOp (GLenum fail, GLenum zfail, GLenum zpass) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:1356: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_STENCIL_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/renderlights.cpp:1360: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_STENCIL_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/renderlights.cpp:1363: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, hudw, hudh); ^ /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/renderlights.cpp:1368: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_RECTANGLE, hdrtex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:1379: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_RECTANGLE, 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/renderlights.cpp:1423:23: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!rhtex[i]) glGenTextures(1, &rhtex[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/renderlights.cpp:1427:13: 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_3D, 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/renderlights.cpp:1428:13: 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_3D, 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/renderlights.cpp:1429:13: 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_3D, GL_TEXTURE_WRAP_R, 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/renderlights.cpp:1431:13: 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_3D, 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/renderlights.cpp:1449:5: warning: 'glDrawBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDrawBuffers_(4, drawbufs); ^ shared/glexts.h:435:24: note: expanded from macro 'glDrawBuffers_' #define glDrawBuffers_ glDrawBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2879:13: note: 'glDrawBuffers' has been explicitly marked deprecated here extern void glDrawBuffers (GLsizei n, const GLenum *bufs) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:1454: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(!rsmdepthtex) glGenTextures(1, &rsmdepthtex); ^ /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/renderlights.cpp:1455: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(!rsmcolortex) glGenTextures(1, &rsmcolortex); ^ /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/renderlights.cpp:1456:23: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!rsmnormaltex) glGenTextures(1, &rsmnormaltex); ^ /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/renderlights.cpp:1472:5: warning: 'glDrawBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDrawBuffers_(2, drawbufs); ^ shared/glexts.h:435:24: note: expanded from macro 'glDrawBuffers_' #define glDrawBuffers_ glDrawBuffers ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2879:13: note: 'glDrawBuffers' has been explicitly marked deprecated here extern void glDrawBuffers (GLsizei n, const GLenum *bufs) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:1488:29: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] loopi(8) if(rhtex[i]) { glDeleteTextures(1, &rhtex[i]); rhtex[i] = 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/renderlights.cpp:1491: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(rsmdepthtex) { glDeleteTextures(1, &rsmdepthtex); rsmdepthtex = 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/renderlights.cpp:1492: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(rsmcolortex) { glDeleteTextures(1, &rsmcolortex); rsmcolortex = 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/renderlights.cpp:1493:24: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(rsmnormaltex) { glDeleteTextures(1, &rsmnormaltex); rsmnormaltex = 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/renderlights.cpp:1545: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_RECTANGLE, debugrsm == 2 ? rsmnormaltex : rsmcolortex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:1557: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_RECTANGLE, rhtex[5]); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:1571: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_3D, rhtex[1]); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:1736: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(shadowatlastarget, GL_TEXTURE_COMPARE_MODE, 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: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/renderlights.cpp:1737: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(shadowatlastarget, GL_TEXTURE_MAG_FILTER, 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/renderlights.cpp:1738: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(shadowatlastarget, GL_TEXTURE_MIN_FILTER, 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/renderlights.cpp:1743: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(shadowatlastarget, GL_TEXTURE_COMPARE_MODE, GL_COMPARE_REF_TO_TEXTURE); ^ /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/renderlights.cpp:1744: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(shadowatlastarget, GL_TEXTURE_MAG_FILTER, GL_LINEAR); ^ /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/renderlights.cpp:1745: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(shadowatlastarget, GL_TEXTURE_MIN_FILTER, GL_LINEAR); ^ /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/renderlights.cpp:1764: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(shadowatlastarget, shadowatlastex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:1778:25: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!shadowatlastex) glGenTextures(1, &shadowatlastex); ^ /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/renderlights.cpp:1782: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(shadowatlastarget, GL_TEXTURE_COMPARE_MODE, GL_COMPARE_REF_TO_TEXTURE); ^ /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/renderlights.cpp:1783: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(shadowatlastarget, GL_TEXTURE_COMPARE_FUNC, 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: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/renderlights.cpp:1789:5: 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); ^ engine/renderlights.cpp:1790:5: 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); ^ engine/renderlights.cpp:1802:26: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(shadowatlastex) { glDeleteTextures(1, &shadowatlastex); shadowatlastex = 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/renderlights.cpp:2414:9: warning: 'glStencilFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glStencilFunc(GL_ALWAYS, avatarmask, ~0); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2672:13: note: 'glStencilFunc' has been explicitly marked deprecated here extern void glStencilFunc (GLenum func, GLint ref, GLuint mask) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:2415:9: warning: 'glStencilOp' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glStencilOp(GL_KEEP, GL_KEEP, GL_REPLACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2674:13: note: 'glStencilOp' has been explicitly marked deprecated here extern void glStencilOp (GLenum fail, GLenum zfail, GLenum zpass) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:2416: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_STENCIL_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/renderlights.cpp:2425: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_STENCIL_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/renderlights.cpp:2482: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(!voltex[i]) glGenTextures(1, &voltex[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/renderlights.cpp:2503:30: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] loopi(2) if(voltex[i]) { glDeleteTextures(1, &voltex[i]); voltex[i] = 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/renderlights.cpp:2728: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:351: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/renderlights.cpp:2730: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(vec), verts, GL_STATIC_DRAW); ^ shared/glexts.h:355: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/renderlights.cpp:2733: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:351: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/renderlights.cpp:2735: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:355: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/renderlights.cpp:2741: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:357: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/renderlights.cpp:2742: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:357: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/renderlights.cpp:2756: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:318: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/renderlights.cpp:2832:18: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(msaapass) glBindTexture(GL_TEXTURE_2D_MULTISAMPLE, mscolortex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:2833:10: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glBindTexture(GL_TEXTURE_RECTANGLE, gcolortex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:2834: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_TEXTURE1); ^ shared/glexts.h:301: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/renderlights.cpp:2835:18: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(msaapass) glBindTexture(GL_TEXTURE_2D_MULTISAMPLE, msnormaltex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:2836:10: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glBindTexture(GL_TEXTURE_RECTANGLE, gnormaltex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:2839: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:301: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/renderlights.cpp:2840:22: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(msaapass) glBindTexture(GL_TEXTURE_2D_MULTISAMPLE, msglowtex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:2841:14: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glBindTexture(GL_TEXTURE_RECTANGLE, gglowtex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:2843: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_TEXTURE3); ^ shared/glexts.h:301: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/renderlights.cpp:2844:18: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(msaapass) glBindTexture(GL_TEXTURE_2D_MULTISAMPLE, msdepthtex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:2845:10: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glBindTexture(GL_TEXTURE_RECTANGLE, gdepthtex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:2846: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_TEXTURE4); ^ shared/glexts.h:301: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/renderlights.cpp:2847: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(shadowatlastarget, shadowatlastex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:2851: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_TEXTURE5); ^ shared/glexts.h:301: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/renderlights.cpp:2852: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_RECTANGLE, aotex[2] ? aotex[2] : aotex[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/renderlights.cpp:2856: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_TEXTURE6 + i); ^ shared/glexts.h:301: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/renderlights.cpp:2857: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_3D, rhtex[i]); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:2859: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:301: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/renderlights.cpp:2967:5: warning: 'glStencilFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glStencilFunc(GL_EQUAL, (on ? 0x40 : 0) | stencilref, !(stencilref&0x08) && msaalight==2 ? 0x47 : 0x4F); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2672:13: note: 'glStencilFunc' has been explicitly marked deprecated here extern void glStencilFunc (GLenum func, GLint ref, GLuint mask) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:2996: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_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/renderlights.cpp:3020: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(tx1, ty1, tx2-tx1, ty2-ty1); ^ /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/renderlights.cpp:3029:21: 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_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/renderlights.cpp:3030:21: 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/renderlights.cpp:3036: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_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/renderlights.cpp:3037:17: 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/renderlights.cpp:3051: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/renderlights.cpp:3052:9: 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/renderlights.cpp:3055: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_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/renderlights.cpp:3157:28: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!depthtestlights) { glDisable(GL_DEPTH_TEST); 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:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:3158:10: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else 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/renderlights.cpp:3171:9: warning: 'glStencilOp' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glStencilOp(GL_KEEP, GL_KEEP, GL_REPLACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2674:13: note: 'glStencilOp' has been explicitly marked deprecated here extern void glStencilOp (GLenum fail, GLenum zfail, GLenum zpass) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:3172:25: warning: 'glStencilFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(stencilmask) glStencilFunc(GL_EQUAL, stencilmask|0x08, 0x07); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2672:13: note: 'glStencilFunc' has been explicitly marked deprecated here extern void glStencilFunc (GLenum func, GLint ref, GLuint mask) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:3175:13: warning: 'glStencilFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glStencilFunc(GL_ALWAYS, 0x08, ~0); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2672:13: note: 'glStencilFunc' has been explicitly marked deprecated here extern void glStencilFunc (GLenum func, GLint ref, GLuint mask) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:3176: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_STENCIL_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/renderlights.cpp:3178:20: warning: 'glStencilMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(avatar) glStencilMask(~0x40); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2673:13: note: 'glStencilMask' has been explicitly marked deprecated here extern void glStencilMask (GLuint mask) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:3179: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(depthtestlights && depth) { glDisable(GL_DEPTH_TEST); 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:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:3180: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/renderlights.cpp:3183: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/renderlights.cpp:3184:9: warning: 'glStencilFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glStencilFunc(GL_EQUAL, stencilref = stencilmask, (avatar ? 0x40 : 0) | (msaalight==2 ? 0x07 : 0x0F)); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2672:13: note: 'glStencilFunc' has been explicitly marked deprecated here extern void glStencilFunc (GLenum func, GLint ref, GLuint mask) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:3185:9: warning: 'glStencilOp' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glStencilOp(GL_KEEP, GL_KEEP, GL_KEEP); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2674:13: note: 'glStencilOp' has been explicitly marked deprecated here extern void glStencilOp (GLenum fail, GLenum zfail, GLenum zpass) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:3186:20: warning: 'glStencilMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(avatar) glStencilMask(~0); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2673:13: note: 'glStencilMask' has been explicitly marked deprecated here extern void glStencilMask (GLuint mask) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:3187:47: 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(msaalight==2 && !stencilmask) glDisable(GL_STENCIL_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/renderlights.cpp:3191:25: warning: 'glStencilFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(ghasstencil) glStencilFunc(GL_EQUAL, stencilref = stencilmask|0x08, avatar ? 0x4F : 0x0F); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2672:13: note: 'glStencilFunc' has been explicitly marked deprecated here extern void glStencilFunc (GLenum func, GLint ref, GLuint mask) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:3192:50: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(msaalight==2) { glSampleMaski_(0, 2); glEnable(GL_SAMPLE_MASK); } ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/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/renderlights.cpp:3196: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(!stencilmask) glEnable(GL_STENCIL_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/renderlights.cpp:3197:9: warning: 'glStencilFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glStencilFunc(GL_EQUAL, stencilref = stencilmask, avatar ? 0x4F : 0x0F); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2672:13: note: 'glStencilFunc' has been explicitly marked deprecated here extern void glStencilFunc (GLenum func, GLint ref, GLuint mask) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:3198:9: warning: 'glStencilOp' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glStencilOp(GL_KEEP, GL_KEEP, GL_KEEP); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2674:13: note: 'glStencilOp' has been explicitly marked deprecated here extern void glStencilOp (GLenum fail, GLenum zfail, GLenum zpass) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:3203: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/renderlights.cpp:3204: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/renderlights.cpp:3206:39: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(hasDBT && depthtestlights > 1) glEnable(GL_DEPTH_BOUNDS_TEST_EXT); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/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/renderlights.cpp:3211: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(depthtestlights && depth) { glDisable(GL_DEPTH_TEST); 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:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:3215:37: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(depthtestlights && !depth) { glEnable(GL_DEPTH_TEST); 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:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:3228:53: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(msaalight==2 && !stencilmask && !avatar) glEnable(GL_STENCIL_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/renderlights.cpp:3232:41: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(ghasstencil && !stencilmask) glDisable(GL_STENCIL_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/renderlights.cpp:3233: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(msaalight==2) glDisable(GL_SAMPLE_MASK); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/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/renderlights.cpp:3235:37: 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(avatar && !stencilmask) glDisable(GL_STENCIL_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/renderlights.cpp:3237: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/renderlights.cpp:3239: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(!depthtestlights) 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/renderlights.cpp:3242: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/renderlights.cpp:3243: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(hasDBT && depthtestlights > 1) glDisable(GL_DEPTH_BOUNDS_TEST_EXT); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/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/renderlights.cpp:3266: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, volw, volh); ^ /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/renderlights.cpp:3268: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/renderlights.cpp:3269: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_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/renderlights.cpp:3271: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_TEXTURE3); ^ shared/glexts.h:301: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/renderlights.cpp:3272:19: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(msaalight) glBindTexture(GL_TEXTURE_2D_MULTISAMPLE, msdepthtex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:3273:10: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glBindTexture(GL_TEXTURE_RECTANGLE, gdepthtex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:3274: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_TEXTURE4); ^ shared/glexts.h:301: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/renderlights.cpp:3275: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(shadowatlastarget, shadowatlastex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:3277: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:301: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/renderlights.cpp:3285: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/renderlights.cpp:3286: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/renderlights.cpp:3288: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(!depthtestlights) 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/renderlights.cpp:3289:10: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else 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/renderlights.cpp:3293: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_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/renderlights.cpp:3345: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(tx1, ty1, tx2-tx1, ty2-ty1); ^ /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/renderlights.cpp:3352:37: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(depthtestlights) 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/renderlights.cpp:3353:17: 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/renderlights.cpp:3359:33: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(depthtestlights) 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/renderlights.cpp:3360:13: 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/renderlights.cpp:3369:9: 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/renderlights.cpp:3376: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/renderlights.cpp:3378: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/renderlights.cpp:3392: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(cx1, cy1, cx2-cx1, cy2-cy1); ^ /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/renderlights.cpp:3394: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/renderlights.cpp:3399: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, volw, volh); ^ /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/renderlights.cpp:3402: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_RECTANGLE, voltex[i%2]); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:3412: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, volw, volh); ^ /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/renderlights.cpp:3414: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_RECTANGLE, voltex[i%2]); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:3419: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/renderlights.cpp:3423: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, 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); ^ engine/renderlights.cpp:3430: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(cx1, cy1, cx2-cx1, cy2-cy1); ^ /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/renderlights.cpp:3435:9: warning: 'glStencilFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glStencilFunc(GL_EQUAL, 0, 0x40); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2672:13: note: 'glStencilFunc' has been explicitly marked deprecated here extern void glStencilFunc (GLenum func, GLint ref, GLuint mask) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:3436:9: warning: 'glStencilOp' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glStencilOp(GL_KEEP, GL_KEEP, GL_KEEP); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2674:13: note: 'glStencilOp' has been explicitly marked deprecated here extern void glStencilOp (GLenum fail, GLenum zfail, GLenum zpass) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:3437: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_STENCIL_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/renderlights.cpp:3441: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_RECTANGLE, voltex[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/renderlights.cpp:3450: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(avatar) glDisable(GL_STENCIL_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/renderlights.cpp:3452: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_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/renderlights.cpp:3454: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/renderlights.cpp:3456: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/renderlights.cpp:3573: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/renderlights.cpp:3898: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, 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: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/renderlights.cpp:3926: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_RECTANGLE, rsmdepthtex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:3927: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_TEXTURE1); ^ shared/glexts.h:301: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/renderlights.cpp:3928: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_RECTANGLE, rsmcolortex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:3929: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_TEXTURE2); ^ shared/glexts.h:301: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/renderlights.cpp:3930: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_RECTANGLE, rsmnormaltex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:3933: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_TEXTURE3 + i); ^ shared/glexts.h:301: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/renderlights.cpp:3934: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_3D, rhtex[i]); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:3938: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_TEXTURE7 + i); ^ shared/glexts.h:301: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/renderlights.cpp:3939: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_3D, rhtex[rhrect ? i : 4+i]); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:3941: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:301: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/renderlights.cpp:3943: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.5f, 0.5f, 0.5f, 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/renderlights.cpp:3944: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(rhrect) 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/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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' engine/renderlights.cpp:4065:17: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] BIND_SLICE; ^ engine/renderlights.cpp:4015:21: static inline void name##suffix(type x, type y) { glVertexAttrib2##suffix##_(index, x, y); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27:note: expanded from macro 'BIND_SLICE' note: expanded from macro 'glVertexAttrib2f_' glViewport(sx, sy, sw, sh); \ ^ #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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:2755:13:extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^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/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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]engine/renderlights.cpp GLE_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' :4065: static inline void name##suffix(type x, type y, type z) { glVertexAttrib3##suffix##_(index, x, y, z); } \ ^ :162:117:: warning: 'glScissor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] BIND_SLICE; ^ engine/renderlights.cpp:4016:21: note: expanded from macro 'BIND_SLICE' 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:13note: : note: 'glScissor' has been explicitly marked deprecated here expanded from here extern void glScissor (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13:engine/renderlights.cpp:4066:29: warning: 'glClear' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(clipped) glClear(GL_COLOR_BUFFER_BIT); ^ note: 'glVertexAttrib3f' has been explicitly marked deprecated here/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h :2394:13: note: 'glClear' has been explicitly marked deprecated here extern void glClear (GLbitfield mask) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:4080:21: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] BIND_SLICE; ^ engine/renderlights.cpp:4015:21: note: expanded from macro 'BIND_SLICE' glViewport(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: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/renderlights.cpp:4080:21: warning: 'glScissor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] BIND_SLICE; ^ engine/renderlights.cpp:4016:21: note: expanded from macro 'BIND_SLICE' 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/rendermodel.cpp :1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: engine/renderlights.cpp:shared/glemu.h4081::21: 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); ^ /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); ^ 55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:engine/renderlights.cpp:4108:1745: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] BIND_SLICE; ^ engine/renderlights.cpp::4015:7521: note: expanded from macro 'GLE_INITATTRIB' : note: expanded from macro 'BIND_SLICE' static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ : glViewport(sx, sy, sw, sh); \ ^ 165:1: 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.hglVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' :2755:#define glVertexAttrib4f_ glVertexAttrib4f13 : ^ note: 'glViewport' 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 glViewport (GLint x, GLint y, GLsizei width, GLsizei height) 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); ^ engine/renderlights.cpp:4108:17: warning: 'glScissor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] BIND_SLICE; ^ engine/renderlights.cpp:4016:21: note: expanded from macro 'BIND_SLICE' 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 In file included from extern void glScissor (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14);engine/rendermodel.cpp : ^1 : In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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' engine/renderlights.cpp:4109:64: warning: 'glClear' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(clipped || (rhborder && i + 1 >= rhsplits)) glClear(GL_COLOR_BUFFER_BIT); ^ static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:415:28: note: /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); ^ expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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' engine/renderlights.cpp:4181:17: warning: static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^'glScissor' 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: glScissor(sx + rhborder, sy + rhborder, sw - 2*rhborder, sh - 2*rhborder); ^note: '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.h:2668:13: note: 'glScissor' has been explicitly marked deprecated here In file included from engine/rendermodel.cpp:1: In file included from extern void glScissor (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' engine/renderlights.cpp:4182:29: #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13:warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] note: 'glVertexAttrib4fv' has been explicitly marked deprecated here if(!rhrect) 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: extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14);'glEnable' has been explicitly marked deprecated here ^ extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:4187:37: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(rhborder && !rhrect) 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/rendermodel.cpp:1: In file included from engine/renderlights.cppengine/engine.h:4193: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_COLOR_ATTACHMENT0+k); ^ /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 5extern void glReadBuffer (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);: ^ In file included from shared/cube.h:65: engine/renderlights.cpp:4194shared/glemu.h: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_3D, rhtex[k]); ^ :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 :warning: 2386'glVertexAttrib1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: 13: note: 'glBindTexture' has been explicitly marked deprecated here GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ shared/glemu.h:47:extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ 9: note: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ engine/renderlights.cpp:4199:69: warning: 'glCopyTexSubImage3D' 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 if(!(rhclearmasks[0][i][j/32] & (1 << (j%32)))) glCopyTexSubImage3D_(GL_TEXTURE_3D, 0, 0, 0, sy+j, cx, cy, sw, sh); ^ shared/glexts.h:308::30 : note: note: expanded from macro 'glCopyTexSubImage3D_' #define glCopyTexSubImage3D_ glCopyTexSubImage3D ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2455:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here'glCopyTexSubImage3D' has been explicitly marked deprecated here extern void glCopyTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14);engine/renderlights.cpp: 4202:17: warning: 'glCopyTexSubImage3D' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glCopyTexSubImage3D_(GL_TEXTURE_3D, 0, 0, 0, sy+j, j*sw, sy, sw, sh); ^ ^ shared/glexts.h:308:30: note: expanded from macro 'glCopyTexSubImage3D_' In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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] #define glCopyTexSubImage3D_ glCopyTexSubImage3D GLE_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); } \/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h ^: :171:1: note: expanded from here 2455glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_': #define glVertexAttrib2f_ glVertexAttrib2f ^ 13/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: :'glVertexAttrib2f' has been explicitly marked deprecated here note: 'glCopyTexSubImage3D' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glCopyTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) 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:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:56:5:engine/renderlights.cpp:4208: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(rhrect) 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); ^ warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:430:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:engine/renderlights.cpp:4246: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(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/renderlights.cpp:4247:13: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 13 glDepthMask(GL_TRUE); ^: note: /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:'glVertexAttrib4f' has been explicitly marked deprecated here note: 'glDepthMask' has 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 glDepthMask (GLboolean flag) 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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] engine/renderlights.cpp GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1): ^ shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' 4256 GLE_INITATTRIB(name, index, f, float) \: ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' 9: warning: static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] ^ :13:1: note: expanded from here glViewport(0, 0, rsmsize, rsmsize); ^ glVertexAttrib1f_ ^ 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.h406::2755:13: note: 'glViewport' has been explicitly marked deprecated here 27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here engine/renderlights.cpp:4257: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/renderlights.cpp:4258: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); ^ extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:4268: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, 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); ^ engine/renderlights.cpp:4270:13: 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); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here engine/renderlights.cpp:4290:9: warning: 'glDepthMask' 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); 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:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: engine/renderlights.cpp:4305:9: warning: 'glPolygonOffset' 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 glPolygonOffset(polyfactor, polyoffset); ^ /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); ^ glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13engine/renderlights.cpp:: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ 4306: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_POLYGON_OFFSET_FILL); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/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:1: In file included from engine/engine.h:5: engine/renderlights.cpp:4309: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_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 shared/cube.h:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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' engine/renderlights.cpp:4324:9: warning: 'glViewport' 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:418:27 glViewport(sm.x, sm.y, sm.size, sm.size);: ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755note: :13: note: 'glViewport' has been explicitly marked deprecated here expanded from macro 'glVertexAttrib4f_'extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:4325:9: warning: 'glScissor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] #define glVertexAttrib4f_ glVertexAttrib4f glScissor(sm.x, sm.y, sm.size, sm.size); ^ ^ /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 /Applications/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 glScissor (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ note: 'glVertexAttrib4f' has been explicitly marked deprecated here engine/renderlights.cpp:4326: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); ^ /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/renderlights.cpp:4336: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_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 glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:4338:34: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(polyfactor || polyoffset) glDisable(GL_POLYGON_OFFSET_FILL); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/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/renderlights.cpp:4345: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 In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.hextern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14);: ^ engine/renderlights.cpp:4347:9: warning: 'glFlush' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]61: 5: glFlush(); 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:2490:13: note: 'glFlush' has been explicitly marked deprecated here GLE_INITATTRIBF(texcoord1, ATTRIB_TEXCOORD1) ^extern void glFlush (void) 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has 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/renderlights.cpp:4399: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/renderlights.cpp:4406: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(polyfactor, polyoffset); ^ /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); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h: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/renderlights.cppIn file included from :engine/rendermodel.cpp:44071: :In file included from 9engine/engine.h::5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glEnable(GL_POLYGON_OFFSET_FILL); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:4410: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_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/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:4476: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(sm.x, sm.y, sm.size, sm.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: In file included from engine/rendermodel.cpp:1: In file included from 'glViewport' has been explicitly marked deprecated hereengine/engine.h :5: In file included from shared/cube.h:65: shared/glemu.h:78:5: warning: 'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ GLE_ATTRIBPOINTER(vertex, ATTRIB_VERTEX, GL_FALSE, 3, GL_FLOAT, disable()) ^ shared/glemu.h:69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' engine/renderlights.cpp:4477:13: static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \warning: 'glScissor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] ^ shared/glexts.h:403:36: note: glScissor(sm.x, sm.y, sm.size, sm.size);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:2668:13: note: #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^'glScissor' has been explicitly marked deprecated here extern void glScissor (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13engine/renderlights.cpp::4478: 13:note: 'glEnableVertexAttribArray' has been explicitly marked deprecated herewarning: '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); ^ 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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] engine/renderlights.cpp:4486:13: warning: 'glCullFace' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (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' glCullFace((l.dir.z >= 0) == (smcullside != 0) ? GL_BACK : 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: glVertexAttribPointer_(index, size, type, normalized, stride, data); \note: 'glCullFace' has been explicitly marked deprecated here ^ shared/glexts.h:433:32:extern void glCullFace (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:4501:17: warning: 'glScissor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h: glScissor(sm.x + cx1, sm.y + cy1, cx2 - cx1, cy2 - cy1);65 : ^shared/glemu.h :/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h79::26685::13 :warning: 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/renderlights.cpp:4502:17: 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:'glEnableVertexAttribArray' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 2394:13: note: 'glClear' has been explicitly marked deprecated here GLE_ATTRIBPOINTER(color, ATTRIB_COLOR, GL_TRUE, 4, GL_UNSIGNED_BYTE, ) ^extern void glClear (GLbitfield mask) 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' engine/renderlights.cpp#define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here :4507:17extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); : ^ In file included from engine/rendermodel.cpp:1: warning: In file included from engine/engine.h:'glViewport' 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' glViewport(sm.x + sidex, sm.y + sidey, sm.size, sm.size);#define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/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.hnote: :'glDisableVertexAttribArray' has been explicitly marked deprecated here2755 :13: note: 'glViewport' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) 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/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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' engine/renderlights.cpp:4508:17: warning: 'glScissor' 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:433:32: note: expanded from macro 'glVertexAttribPointer_' glScissor(sm.x + sidex, sm.y + sidey, sm.size, sm.size); ^ #define glVertexAttribPointer_ glVertexAttribPointer /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); ^ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked 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/renderlights.cpp:4509:31: warning: 'glClear' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(cachemask) 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); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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.hengine/renderlights.cpp:4517:17: warning: :70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ shared/glexts.h:404:37: 'glCullFace' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here glCullFace((side & 1) ^ (side >> 2) ^ smcullside ? GL_FRONT : GL_BACK); ^ 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:2456:13: note: 'glCullFace' has been explicitly marked deprecated here In file included from engine/rendermodel.cpp:extern void glCullFace (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); ^ 1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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] engine/renderlights.cpp:4529 GLE_ATTRIBPOINTER(texcoord1, ATTRIB_TEXCOORD1, GL_FALSE, 2, GL_FLOAT, ): ^5 :shared/glemu.h :69:54: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void enable##name() { prepare; glEnableVertexAttribArray_(index); } \ warning: ^ 'glCullFace' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]shared/glexts.h:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917: glCullFace(GL_BACK);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:2456:13: note: 'glCullFace' has been explicitly marked deprecated here In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:extern void glCullFace (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);70:46: note: expanded from macro 'GLE_ATTRIBPOINTER' static inline void disable##name() { glDisableVertexAttribArray_(index); } \ ^ ^ shared/glexts.h:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:engine/renderlights.cpp1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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: 4530expanded from macro 'GLE_ATTRIBPOINTER' glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:433:32: :note: expanded from macro 'glVertexAttribPointer_'5: #define glVertexAttribPointer_ glVertexAttribPointer ^ warning: 'glDisable' 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 extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ 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 In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);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:403 :36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ engine/renderlights.cpp:4532:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h34::2917 :warning: 13'glDisable' 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 if(polyfactor || polyoffset) glDisable(GL_POLYGON_OFFSET_FILL); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hextern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14);: 2462 ^: 13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:4539:9: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glViewport(0, 0, vieww, viewh); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13In file included from : note: 'glViewport' has been explicitly marked deprecated here engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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] extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14); 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:4541: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();In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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, ) ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hshared/glemu.h:73:13: note: expanded from macro 'GLE_ATTRIBPOINTER' :2490: glVertexAttribPointer_(index, size, type, normalized, stride, data); \ ^ shared/glexts.h:433:32: note: expanded from macro 'glVertexAttribPointer_' 13:#define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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: 'glFlush' has been explicitly marked 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 glFlush (void) 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:4551: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/renderlights.cpp:4555:9: 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/renderlights.cpp:4556: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); ^ /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/renderlights.cpp:4557:9: 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/renderlights.cpp:4570: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_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/renderlights.cpp:4620: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/renderlights.cpp:4621:23: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(msaalight) glBindTexture(GL_TEXTURE_2D_MULTISAMPLE, msdepthtex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:4622:14: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glBindTexture(GL_TEXTURE_RECTANGLE, gdepthtex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:4632: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); ^ engine/renderlights.cpp:4633: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(x1, y1, x2 - x1, y2 - y1); ^ /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/renderlights.cpp:4635: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/renderlights.cpp:4636: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); ^ /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/renderlights.cpp:4637: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/renderlights.cpp:4643: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/renderlights.cpp:4646: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:301: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/renderlights.cpp:4647:19: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(msaalight) glBindTexture(GL_TEXTURE_2D_MULTISAMPLE, msrefracttex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:4648:10: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glBindTexture(GL_TEXTURE_RECTANGLE, 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/renderlights.cpp:4649: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_TEXTURE8); ^ shared/glexts.h:301: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/renderlights.cpp:4650:19: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(msaalight) glBindTexture(GL_TEXTURE_2D_MULTISAMPLE, mshdrtex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:4651:10: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glBindTexture(GL_TEXTURE_RECTANGLE, hdrtex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:4652: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_TEXTURE9); ^ shared/glexts.h:301: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/renderlights.cpp:4653:19: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(msaalight) glBindTexture(GL_TEXTURE_2D_MULTISAMPLE, msdepthtex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:4654:10: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glBindTexture(GL_TEXTURE_RECTANGLE, gdepthtex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:4655: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:301: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/renderlights.cpp:4657: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(ghasstencil) glEnable(GL_STENCIL_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/renderlights.cpp:4715:13: warning: 'glStencilFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glStencilFunc(GL_ALWAYS, layer+1, ~0); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2672:13: note: 'glStencilFunc' has been explicitly marked deprecated here extern void glStencilFunc (GLenum func, GLint ref, GLuint mask) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:4716:13: warning: 'glStencilOp' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glStencilOp(GL_KEEP, GL_KEEP, GL_REPLACE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2674:13: note: 'glStencilOp' has been explicitly marked deprecated here extern void glStencilOp (GLenum fail, GLenum zfail, GLenum zpass) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:4725: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_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/renderlights.cpp:4726:17: warning: 'glScissor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glScissor(x1, y1, x2 - x1, y2 - y1); ^ /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/renderlights.cpp:4730: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(GL_TRUE, GL_TRUE, 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/renderlights.cpp:4731:13: 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/renderlights.cpp:4732: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_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/renderlights.cpp:4733: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(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/renderlights.cpp:4734: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/renderlights.cpp:4738:35: 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/renderlights.cpp:4758:35: 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/renderlights.cpp:4782: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(ghasstencil) glDisable(GL_STENCIL_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/renderlights.cpp:4795: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); ^ engine/renderlights.cpp:4796: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(x1, y1, x2 - x1, y2 - y1); ^ /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/renderlights.cpp:4798:9: warning: 'glStencilFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glStencilFunc(GL_NOTEQUAL, 0, 0x07); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2672:13: note: 'glStencilFunc' has been explicitly marked deprecated here extern void glStencilFunc (GLenum func, GLint ref, GLuint mask) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:4799:9: warning: 'glStencilOp' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glStencilOp(GL_KEEP, GL_KEEP, GL_KEEP); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2674:13: note: 'glStencilOp' has been explicitly marked deprecated here extern void glStencilOp (GLenum fail, GLenum zfail, GLenum zpass) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:4800: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_STENCIL_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/renderlights.cpp:4802: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_STENCIL_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/renderlights.cpp:4803: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/renderlights.cpp:4816: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, 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); ^ engine/renderlights.cpp:4820: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/renderlights.cpp:4821: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(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: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/renderlights.cpp:4826:31: warning: 'glClearColor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(gdepthformat == 1) 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); ^ engine/renderlights.cpp:4827:14: warning: 'glClearColor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glClearColor(-farplane, 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/renderlights.cpp:4828: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); ^ /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/renderlights.cpp:4832:21: warning: 'glClearColor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(gcolorclear) 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/renderlights.cpp:4833: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((depthclear ? GL_DEPTH_BUFFER_BIT : 0)|(gcolorclear ? GL_COLOR_BUFFER_BIT : 0)|(depthclear && ghasstencil && (!msaasamples || msaalight || ghasstencil > 1) ? GL_STENCIL_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/renderlights.cpp:4835:31: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(drawtex && gdepthinit) 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/renderlights.cpp:4883:5: warning: 'glGetError' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLERROR; ^ engine/engine.h:306:49: note: expanded from macro 'GLERROR' #define GLERROR do { if(glerr) { GLenum error = glGetError(); if(error != GL_NO_ERROR) glerror(__FILE__, __LINE__, error); } } while(0) ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2508:15: note: 'glGetError' has been explicitly marked deprecated here extern GLenum glGetError (void) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:4900:9: warning: 'glGetError' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLERROR; ^ engine/engine.h:306:49: note: expanded from macro 'GLERROR' #define GLERROR do { if(glerr) { GLenum error = glGetError(); if(error != GL_NO_ERROR) glerror(__FILE__, __LINE__, error); } } while(0) ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2508:15: note: 'glGetError' has been explicitly marked deprecated here extern GLenum glGetError (void) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:4903:5: warning: 'glGetError' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLERROR; ^ engine/engine.h:306:49: note: expanded from macro 'GLERROR' #define GLERROR do { if(glerr) { GLenum error = glGetError(); if(error != GL_NO_ERROR) glerror(__FILE__, __LINE__, error); } } while(0) ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2508:15: note: 'glGetError' has been explicitly marked deprecated here extern GLenum glGetError (void) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:4905:5: warning: 'glGetError' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLERROR; ^ engine/engine.h:306:49: note: expanded from macro 'GLERROR' #define GLERROR do { if(glerr) { GLenum error = glGetError(); if(error != GL_NO_ERROR) glerror(__FILE__, __LINE__, error); } } while(0) ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2508:15: note: 'glGetError' has been explicitly marked deprecated here extern GLenum glGetError (void) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:4907:5: warning: 'glGetError' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLERROR; ^ engine/engine.h:306:49: note: expanded from macro 'GLERROR' #define GLERROR do { if(glerr) { GLenum error = glGetError(); if(error != GL_NO_ERROR) glerror(__FILE__, __LINE__, error); } } while(0) ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2508:15: note: 'glGetError' has been explicitly marked deprecated here extern GLenum glGetError (void) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:4913:9: warning: 'glGetError' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLERROR; ^ engine/engine.h:306:49: note: expanded from macro 'GLERROR' #define GLERROR do { if(glerr) { GLenum error = glGetError(); if(error != GL_NO_ERROR) glerror(__FILE__, __LINE__, error); } } while(0) ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2508:15: note: 'glGetError' has been explicitly marked deprecated here extern GLenum glGetError (void) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:4918:9: warning: 'glGetError' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLERROR; ^ engine/engine.h:306:49: note: expanded from macro 'GLERROR' #define GLERROR do { if(glerr) { GLenum error = glGetError(); if(error != GL_NO_ERROR) glerror(__FILE__, __LINE__, error); } } while(0) ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2508:15: note: 'glGetError' has been explicitly marked deprecated here extern GLenum glGetError (void) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:4921:9: warning: 'glGetError' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLERROR; ^ engine/engine.h:306:49: note: expanded from macro 'GLERROR' #define GLERROR do { if(glerr) { GLenum error = glGetError(); if(error != GL_NO_ERROR) glerror(__FILE__, __LINE__, error); } } while(0) ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2508:15: note: 'glGetError' has been explicitly marked deprecated here extern GLenum glGetError (void) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:4932:5: warning: 'glGetError' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLERROR; ^ engine/engine.h:306:49: note: expanded from macro 'GLERROR' #define GLERROR do { if(glerr) { GLenum error = glGetError(); if(error != GL_NO_ERROR) glerror(__FILE__, __LINE__, error); } } while(0) ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2508:15: note: 'glGetError' has been explicitly marked deprecated here extern GLenum glGetError (void) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:4935: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, 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); ^ engine/renderlights.cpp:4939: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(color.x, color.y, color.z, 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/renderlights.cpp:4940: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); ^ /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 In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:extern void glClear (GLbitfield mask) OPENGL_DEPRECATED(10.0, 10.14);122: 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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: 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:387:23: note: expanded from macro 'glUniform2fv_' engine/renderlights.cpp:4944:5: warning: 'glGetError' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] #define glUniform2fv_ glUniform2fv GLERROR; ^ ^ /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::2943306::1349:: note: note: 'glUniform2fv' has been explicitly marked deprecated hereexpanded from macro 'GLERROR' #define GLERROR do { if(glerr) { GLenum error = glGetError(); if(error != GL_NO_ERROR) glerror(__FILE__, __LINE__, error); } } while(0) ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2508:15: note: 'glGetError' has been explicitly marked deprecated here extern GLenum glGetError (void) 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/rendermodel.cpp:1: In file included from engine/engine.h:122: 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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: 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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: 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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: 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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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/renderlights.cpp:4949:5: warning: 'glGetError' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLERROR; ^ engine/engine.h:306:49: note: expanded from macro 'GLERROR' #define GLERROR do { if(glerr) { GLenum error = glGetError(); if(error != GL_NO_ERROR) glerror(__FILE__, __LINE__, error); } } while(0)In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:122: engine/texture.h:57: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2508:15/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here :extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ note: 'glGetError' has been explicitly marked deprecated hereIn file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:122: engine/texture.h:58: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 GLenum glGetError (void) OPENGL_DEPRECATED(10.0, 10.14); ^ case GL_FLOAT_MAT3: glUniformMatrix3fv_(loc, 1, GL_FALSE, param->fval); break; ^ shared/glexts.h:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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/renderlights.cpp:4952:5extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ : warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h glViewport(0, 0, hudw, hudh);: 122 ^: engine/texture.h:59:33/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:: 2755warning: :'glUniformMatrix4fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]13 : note: 'glViewport' has been explicitly marked deprecated here case GL_FLOAT_MAT4: glUniformMatrix4fv_(loc, 1, GL_FALSE, param->fval); break; ^ extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14);shared/glexts.h : ^400 :29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fvengine/renderlights.cpp:4954:19: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(msaalight) glBindTexture(GL_TEXTURE_2D_MULTISAMPLE, mscolortex); ^ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h::132952:: 13note: :'glBindTexture' has been explicitly marked deprecated here note: 'glUniformMatrix4fv' has been explicitly marked deprecated here extern void glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:4955:10: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glBindTexture(GL_TEXTURE_RECTANGLE, gcolortex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:4956: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_TEXTURE1); ^ shared/glexts.h:301: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/renderlights.cpp:4957:19: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(msaalight) glBindTexture(GL_TEXTURE_2D_MULTISAMPLE, msnormaltex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:4958:10: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glBindTexture(GL_TEXTURE_RECTANGLE, gnormaltex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:4959: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_TEXTURE3); ^ shared/glexts.h:301: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/renderlights.cpp:4960:19: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(msaalight) glBindTexture(GL_TEXTURE_2D_MULTISAMPLE, msdepthtex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:4961:10: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glBindTexture(GL_TEXTURE_RECTANGLE, gdepthtex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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/renderlights.cpp:4962: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:301: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/renderlights.cpp:4973:17: 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/renderlights.cpp:4980: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(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/renderlights.cpp:4982:5: warning: 'glGetError' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLERROR; ^ engine/engine.h:306:49: note: expanded from macro 'GLERROR' #define GLERROR do { if(glerr) { GLenum error = glGetError(); if(error != GL_NO_ERROR) glerror(__FILE__, __LINE__, error); } } while(0) ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2508:15: note: 'glGetError' has been explicitly marked deprecated here extern GLenum glGetError (void) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:4988: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, 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); ^ engine/renderlights.cpp:4996:5: warning: 'glGetError' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLERROR; ^ engine/engine.h:306:49: note: expanded from macro 'GLERROR' #define GLERROR do { if(glerr) { GLenum error = glGetError(); if(error != GL_NO_ERROR) glerror(__FILE__, __LINE__, error); } } while(0) ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2508:15: note: 'glGetError' has been explicitly marked deprecated here extern GLenum glGetError (void) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:5009:5: warning: 'glGetError' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLERROR; ^ engine/engine.h:306:49: note: expanded from macro 'GLERROR' #define GLERROR do { if(glerr) { GLenum error = glGetError(); if(error != GL_NO_ERROR) glerror(__FILE__, __LINE__, error); } } while(0) ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2508:15: note: 'glGetError' has been explicitly marked deprecated here extern GLenum glGetError (void) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:5023:5: warning: 'glGetError' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLERROR; ^ engine/engine.h:306:49: note: expanded from macro 'GLERROR' #define GLERROR do { if(glerr) { GLenum error = glGetError(); if(error != GL_NO_ERROR) glerror(__FILE__, __LINE__, error); } } while(0) ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2508:15: note: 'glGetError' has been explicitly marked deprecated here extern GLenum glGetError (void) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderlights.cpp:5033:5: warning: 'glGetError' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLERROR; ^ engine/engine.h:306:49: note: expanded from macro 'GLERROR' #define GLERROR do { if(glerr) { GLenum error = glGetError(); if(error != GL_NO_ERROR) glerror(__FILE__, __LINE__, error); } } while(0) ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2508:15: note: 'glGetError' has been explicitly marked deprecated here extern GLenum glGetError (void) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:1: In file included from engine/engine.h:122: engine/texture.h:378:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382: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:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:382:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:384:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:385:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:386:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:387:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:388:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:399: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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: engine/texture.h:400: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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: engine/texture.h:401: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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:403: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:404: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:405: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:439: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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: engine/texture.h:440: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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: engine/texture.h:441: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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: engine/texture.h:442: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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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/renderlights.cpp:1: In file included from engine/engine.h:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:435: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/renderlights.cpp:1: In file included from engine/engine.h:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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/renderlights.cpp:1: In file included from engine/engine.h:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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/renderlights.cpp:1: In file included from engine/engine.h:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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/renderlights.cpp:1: In file included from engine/engine.h:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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/renderlights.cpp:1: In file included from engine/engine.h:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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/renderlights.cpp:1: In file included from engine/engine.h:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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/renderlights.cpp:1: In file included from engine/engine.h:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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/renderlights.cpp:1: In file included from engine/engine.h:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:444:65: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void setu(uint x = 0, uint y = 0, uint z = 0, uint 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/renderlights.cpp:1: In file included from engine/engine.h:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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/renderlights.cpp:1: In file included from engine/engine.h:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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/renderlights.cpp:1: In file included from engine/engine.h:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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/renderlights.cpp:1: In file included from engine/engine.h:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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/renderlights.cpp:1: In file included from engine/engine.h:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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/renderlights.cpp:1: In file included from engine/engine.h:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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/renderlights.cpp:1: In file included from engine/engine.h:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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/renderlights.cpp:2774:20: warning: unused function 'lightquad' [-Wunused-function] static inline void lightquad(float z = -1, float sx1 = -1, float sy1 = -1, float sx2 = 1, float sy2 = 1) ^ In file included from engine/rendermodel.cpp:9: engine/animmodel.h:279:39: 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); 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:281:39: 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(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:289: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, 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:305: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:310: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:301: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:312: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:317: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_TEXTURE4); ^ shared/glexts.h:301: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:319: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, decal->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:324: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:301: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:326: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:337:25: 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_TEXTURE5); ^ shared/glexts.h:301: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:339: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, state->mixer->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:352:25: 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_TEXTURE6); ^ shared/glexts.h:301: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:354: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, state->pattern->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:365: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:301: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:367: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:371: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:301: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); ^ 215 warnings generated. In file included from engine/rendermodel.cpp:9: engine/animmodel.h:1890: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); ^ 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o engine/renderparticles.o engine/renderparticles.cpp In file included from engine/rendermodel.cpp:10: engine/vertmodel.h:182:13: warning: 'glDrawRangeElements' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDrawRangeElements_(GL_TRIANGLES, minvert, maxvert, elen, GL_UNSIGNED_SHORT, &((vertmeshgroup *)group)->edata[eoffset]); ^ shared/glexts.h:318:30: note: expanded from macro 'glDrawRangeElements_' #define glDrawRangeElements_ glDrawRangeElements ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2468:13: note: 'glDrawRangeElements' has been explicitly marked deprecated here extern void glDrawRangeElements (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/rendermodel.cpp:10: engine/vertmodel.h:219: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:357: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:222: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:357: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:293: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:351: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:328: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(usecolor) GENVBO(vvertgc); ^ engine/vertmodel.h:320:25: note: expanded from macro 'GENVBO' glBufferData_(GL_ARRAY_BUFFER, vverts.length()*sizeof(type), vverts.getbuf(), GL_STATIC_DRAW); \ ^ shared/glexts.h:355: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:329: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(vvertg); ^ engine/vertmodel.h:320:25: note: expanded from macro 'GENVBO' glBufferData_(GL_ARRAY_BUFFER, vverts.length()*sizeof(type), vverts.getbuf(), GL_STATIC_DRAW); \ ^ shared/glexts.h:355: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:335: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:351: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:337: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:355: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:379: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:357: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:382: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:357: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:423: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:355: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); ^ Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found In file included from engine/rendermodel.cpp:11: engine/skelmodel.h:383: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:318: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:1078: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:381: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:1086: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:1090: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:1145: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:357: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:1152: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:357: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:1190: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:351: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:1248: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(usecolor) GENVBOANIM(vvertgwc); ^ engine/skelmodel.h:1244:42: note: expanded from macro 'GENVBOANIM' #define GENVBOANIM(type) GENVBO(type, (idxs, vlen, vverts)) ^ engine/skelmodel.h:1242:25: note: expanded from macro 'GENVBO' glBufferData_(GL_ARRAY_BUFFER, vverts.length()*sizeof(type), vverts.getbuf(), GL_STATIC_DRAW); \ ^ shared/glexts.h:355: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:1249: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(vvertgw); ^ engine/skelmodel.h:1244:42: note: expanded from macro 'GENVBOANIM' #define GENVBOANIM(type) GENVBO(type, (idxs, vlen, vverts)) ^ engine/skelmodel.h:1242:25: note: expanded from macro 'GENVBO' glBufferData_(GL_ARRAY_BUFFER, vverts.length()*sizeof(type), vverts.getbuf(), GL_STATIC_DRAW); \ ^ shared/glexts.h:355: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:1259: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(usecolor) GENVBOSTAT(vvertgc); ^ engine/skelmodel.h:1245:42: note: expanded from macro 'GENVBOSTAT' #define GENVBOSTAT(type) GENVBO(type, (idxs, vlen, vverts, htdata, htlen)) ^ engine/skelmodel.h:1242:25: note: expanded from macro 'GENVBO' glBufferData_(GL_ARRAY_BUFFER, vverts.length()*sizeof(type), vverts.getbuf(), GL_STATIC_DRAW); \ ^ shared/glexts.h:355: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:1260: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(vvertg); ^ engine/skelmodel.h:1245:42: note: expanded from macro 'GENVBOSTAT' #define GENVBOSTAT(type) GENVBO(type, (idxs, vlen, vverts, htdata, htlen)) ^ engine/skelmodel.h:1242:25: note: expanded from macro 'GENVBO' glBufferData_(GL_ARRAY_BUFFER, vverts.length()*sizeof(type), vverts.getbuf(), GL_STATIC_DRAW); \ ^ shared/glexts.h:355: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:1269: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:351: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:1271: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:355: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:1410: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:357: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:1413: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:357: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:1521: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:355: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:1: In file included from engine/engine.h:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:435: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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:444:65: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void setu(uint x = 0, uint y = 0, uint z = 0, uint 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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:5: In file included from shared/cube.h:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:430:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:122: 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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: 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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: 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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: 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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: 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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: 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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:122: engine/texture.h:57: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:58: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:59: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:378:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382: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:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:382:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:384:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:385:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:386:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:387:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:388:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:399: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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: engine/texture.h:400: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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: engine/texture.h:401: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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:403: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:404: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:405: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:439: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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: engine/texture.h:440: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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: engine/texture.h:441: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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: engine/texture.h:442: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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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/renderparticles.cpp:348: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:433: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:443: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:504:13: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBindTexture(GL_TEXTURE_2D, p->tex->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderparticles.cpp:880: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); ^ In file included from engine/renderparticles.cpp:906: engine/explosion.h:58: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:351: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:906: engine/explosion.h:60: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:355: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:906: engine/explosion.h:63: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:351: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:906: engine/explosion.h:65: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:355: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:906: engine/explosion.h:71: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:357: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:906: engine/explosion.h:72: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:357: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:906: engine/explosion.h:89: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:318: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:906: engine/explosion.h:188: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:906: engine/explosion.h:190:19: warning: 'glDepthFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(i) glDepthFunc(GL_LESS); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2459:13: note: 'glDepthFunc' has been explicitly marked deprecated here extern void glDepthFunc (GLenum func) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:907: engine/lensflare.h:144: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:907: engine/lensflare.h:145: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); ^ In file included from engine/renderparticles.cpp:907: engine/lensflare.h:206: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:908: engine/lightning.h:107: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:908: engine/lightning.h:115: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:931: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:940: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:945: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:979: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:988: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:993: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:1039: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:1045: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:1050: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:1104: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:1110: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:1115: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:1286: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:1287: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:1288: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:1290: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_TEXTURE2); ^ shared/glexts.h:301: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:1291:27: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(msaalight) glBindTexture(GL_TEXTURE_2D_MULTISAMPLE, msdepthtex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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:1292:18: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glBindTexture(GL_TEXTURE_RECTANGLE, gdepthtex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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:1293: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:301: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:1302: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:1303: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:1304: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:1327: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:1328: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:1337: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:1339: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:1340: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:1341:9: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDepthMask(GL_TRUE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/renderparticles.cpp:3: In file included from engine/engine.h:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:435: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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:444:65: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void setu(uint x = 0, uint y = 0, uint z = 0, uint 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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:869: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:351:23: note: expanded from macro 'glGenBuffers_' #define glGenBuffers_ glGenBuffers ^ engine/renderparticles.cpp:878:9: note: in instantiation of member function 'varenderer<1>::genvbo' requested here genvbo(); ^ engine/renderparticles.cpp:677:5: note: in instantiation of member function 'varenderer<1>::render' requested here varenderer(const char *texname, int type, int texclamp = 3) ^ engine/renderparticles.cpp:1160:9: note: in instantiation of member function 'varenderer<1>::varenderer' requested here new taperenderer("particles/sflare", PT_TAPE|PT_BRIGHT|PT_FEW), ^ /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:871: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:355: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:872: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:356: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:689: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:357:26: note: expanded from macro 'glDeleteBuffers_' #define glDeleteBuffers_ glDeleteBuffers ^ engine/renderparticles.cpp:677:5: note: in instantiation of member function 'varenderer<1>::cleanup' requested here varenderer(const char *texname, int type, int texclamp = 3) ^ engine/renderparticles.cpp:1160:9: note: in instantiation of member function 'varenderer<1>::varenderer' requested here new taperenderer("particles/sflare", PT_TAPE|PT_BRIGHT|PT_FEW), ^ /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:869: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:351:23: note: expanded from macro 'glGenBuffers_' #define glGenBuffers_ glGenBuffers ^ engine/renderparticles.cpp:878:9: note: in instantiation of member function 'varenderer<0>::genvbo' requested here genvbo(); ^ engine/renderparticles.cpp:912:5: note: in instantiation of member function 'varenderer<0>::render' 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:871: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:355: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:872: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:356: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:689: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:357:26: note: expanded from macro 'glDeleteBuffers_' #define glDeleteBuffers_ glDeleteBuffers ^ engine/renderparticles.cpp:912: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:601:13: warning: unused function 'genpos<2>' [-Wunused-function] inline void genpos(const vec &o, const vec &d, float size, float gravity, int ts, partvert *vs) ^ engine/renderparticles.cpp:661:13: warning: unused function 'seedpos<2>' [-Wunused-function] inline void seedpos(particleemitter &pe, const vec &o, const vec &d, int fade, float size, float gravity) ^ 583 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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 Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found 174 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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 Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:430: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:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:122: 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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: 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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: 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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: 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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: 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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: 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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:57: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:58: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:59: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:378:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382: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:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:382:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:384:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:385:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:386:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:387:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:388:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:399: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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: engine/texture.h:400: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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: engine/texture.h:401: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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:403: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:404: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:405: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:439: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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: engine/texture.h:440: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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: engine/texture.h:441: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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: engine/texture.h:442: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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:198: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:287: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 : 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:427: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:351: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:429: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:355: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:432: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:351: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:434: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:355: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:441: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:357: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:442: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:357: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:467: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 + getfogdomecap()*capindices, GL_UNSIGNED_SHORT, indices); ^ shared/glexts.h:318: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:483: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:484: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:494: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:506: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:507: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:554:28: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(getatmoblend() < 1) 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:582: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/rendersky.cpp:586: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/rendersky.cpp:587: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/rendersky.cpp:590: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:597: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(color.x, color.y, color.z, 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/rendersky.cpp:598: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); ^ /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/rendersky.cpp:619: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:620: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:640: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:652: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:653: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:665: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:673: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:675: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:676: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:686: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:688: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:696: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:698: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:699: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:709: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:711: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:716: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:720: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/rendersky.cpp:724: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/rendersky.cpp:725: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); ^ In file included from engine/rendersky.cpp:1: In file included from engine/engine.h:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:435: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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:444:65: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void setu(uint x = 0, uint y = 0, uint z = 0, uint 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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:5: In file included from shared/cube.h:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:430: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:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:122: 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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: 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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: 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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: 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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: 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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: 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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:57: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:58: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:59: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:378:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382: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:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:382:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:384:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:385:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:386:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:387:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:388:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:399: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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: engine/texture.h:400: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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: engine/texture.h:401: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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:403: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:404: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:405: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:439: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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: engine/texture.h:440: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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: engine/texture.h:441: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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: engine/texture.h:442: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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:233: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:357: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:779: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/rendertext.cpp:793: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:809: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:862: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:863: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); ^ In file included from engine/rendertext.cpp:1: In file included from engine/engine.h:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:435: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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:444:65: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void setu(uint x = 0, uint y = 0, uint z = 0, uint 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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 158 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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 Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found In file included from engine/renderva.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:430: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:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:122: 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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: 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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: 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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: 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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: 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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: 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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:57: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:58: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:59: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:378:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382: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:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:382:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:384:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:385:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:386:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:387:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:388:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:399: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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: engine/texture.h:400: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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: engine/texture.h:401: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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:403: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:404: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:405: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:439: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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: engine/texture.h:440: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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: engine/texture.h:441: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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: engine/texture.h:442: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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:318: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:277: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:360: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:292: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:360: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:306: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:361: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:353: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_(querytarget(), query->id); ^ shared/glexts.h:362: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:358: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_(querytarget()); ^ shared/glexts.h:363: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:368: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:365: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:373: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:366: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:385: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:351: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:389: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:355: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:394: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:351: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:410: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:355: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:417: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:357: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:418: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:357: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:431: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:432: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:443: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:444: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:452: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:318: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:707: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:712: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:741: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:745: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:760: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:762: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: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_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:765: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:790: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:792: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:1228: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:1229: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:1432: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 + TEX_ENVMAP); ^ shared/glexts.h:301: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:1433: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[TEX_ENVMAP] = 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:1448: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_TEXTURE7); ^ shared/glexts.h:301: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:1463: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:301: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:1474: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 + type); ^ shared/glexts.h:301: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:1476: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(target, cur.textures[type] = 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/renderva.cpp:1576: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:301: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:1672: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:1673: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(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:1714: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:1715: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:1717:9: warning: variable 'firsttex' set but not used [-Wunused-but-set-variable] int firsttex = 0, numtris = va->tris, offset = 0; ^ engine/renderva.cpp:1805: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:301: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:1865: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:1866: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 = 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:1867: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:1869: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(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:1870: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:1872: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:1882:76: warning: 'glFlush' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(geombatches.length()) { renderbatches(cur, RENDERPASS_GBUFFER); 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:1921: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:1922: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:1923: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:1924:9: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_ONE, GL_ONE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:1936: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:1937: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:1940: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:1946: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:1947: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 = 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:1948: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:1950: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(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:1951: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:2014: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:2015: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:2016: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:2017:9: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glBlendFunc(GL_ONE, GL_ONE); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/renderva.cpp:2027: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:2028: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:2031: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:2130:9: 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:2133:9: 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:2157:21: 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:2159:21: 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:2169:21: 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:2184: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/renderva.cpp:2186: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:2194: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:2343: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 + TEX_ENVMAP); ^ shared/glexts.h:301: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:2344: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[TEX_ENVMAP] = 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:2350: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:301: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:2361: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 + type); ^ shared/glexts.h:301: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:2363: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(target, cur.textures[type] = 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/renderva.cpp:2412: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:301: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:2485: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:2486: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:2495: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:2496: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/renderva.cpp:2497: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_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:2498: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:2525: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_SRC1_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:2536: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/renderva.cpp:2537: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(GL_TRUE, GL_TRUE, 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:2539: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_SRC1_ALPHA, GL_ONE_MINUS_SRC1_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:2551: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:2552: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_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:2630: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, &ebuf); ^ shared/glexts.h:351: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:2631: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, &vbuf); ^ shared/glexts.h:351: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:2657: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_ELEMENT_ARRAY_BUFFER, numindexes*sizeof(ushort), indexes, GL_STATIC_DRAW); ^ shared/glexts.h:355: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:2662: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, shadowverts.verts.length()*sizeof(vec), shadowverts.verts.getbuf(), GL_STATIC_DRAW); ^ shared/glexts.h:355: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:2778:31: warning: 'glDeleteBuffers' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(shadowvbos.length()) { glDeleteBuffers_(shadowvbos.length(), shadowvbos.getbuf()); shadowvbos.setsize(0); } ^ shared/glexts.h:357: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/renderva.cpp:3: In file included from engine/engine.h:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:435: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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:444:65: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void setu(uint x = 0, uint y = 0, uint z = 0, uint 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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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/renderva.cpp:55:19: warning: unused function 'ishiddencube' [-Wunused-function] static inline int ishiddencube(const ivec &o, int size) ^ 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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 Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found In file included from engine/server.cpp:4: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:430: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:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:122: 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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: 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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: 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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: 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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: 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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: 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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:57: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:58: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:59: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:378:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382: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:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:382:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:384:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:385:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:386:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:387:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:388:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:399: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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: engine/texture.h:400: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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: engine/texture.h:401: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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:403: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:404: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:405: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:439: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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: engine/texture.h:440: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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: engine/texture.h:441: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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: engine/texture.h:442: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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ 219 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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 engine/server.cpp:170: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:175: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))) ^ Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found In file included from engine/server.cpp:4: In file included from engine/engine.h:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:435: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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:444:65: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void setu(uint x = 0, uint y = 0, uint z = 0, uint 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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 162 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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 Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found 119 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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 Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found In file included from engine/serverbrowser.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:430: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:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:122: 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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: 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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: 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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: 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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: 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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: 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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:57: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:58: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:59: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:378:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382: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:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:382:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:384:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:385:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:386:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:387:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:388:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:399: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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: engine/texture.h:400: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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: engine/texture.h:401: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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:403: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:404: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:405: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:439: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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: engine/texture.h:440: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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: engine/texture.h:441: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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: engine/texture.h:442: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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:435: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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:444:65: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void setu(uint x = 0, uint y = 0, uint z = 0, uint 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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 117 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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/stain.o engine/stain.cpp Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found In file included from engine/shader.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:430: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:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:122: 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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: 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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: 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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: 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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: 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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: 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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:57: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:58: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:59: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:378:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382: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:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:382:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:384:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:385:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:386:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:387:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:388:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:399: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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: engine/texture.h:400: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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: engine/texture.h:401: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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:403: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:404: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:405: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:439: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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: engine/texture.h:440: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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: engine/texture.h:441: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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: engine/texture.h:442: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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:74:14: warning: 'glGetShaderiv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(type) glGetShaderiv_(obj, GL_INFO_LOG_LENGTH, &length); ^ shared/glexts.h:375:24: note: expanded from macro 'glGetShaderiv_' #define glGetShaderiv_ glGetShaderiv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2955:13: note: 'glGetShaderiv' has been explicitly marked deprecated here extern void glGetShaderiv (GLuint shader, GLenum pname, GLint *params) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:75:10: warning: 'glGetProgramiv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glGetProgramiv_(obj, GL_INFO_LOG_LENGTH, &length); ^ shared/glexts.h:376:25: note: expanded from macro 'glGetProgramiv_' #define glGetProgramiv_ glGetProgramiv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2956:13: note: 'glGetProgramiv' has been explicitly marked deprecated here extern void glGetProgramiv (GLuint program, GLenum pname, GLint *params) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:83:22: warning: 'glGetShaderInfoLog' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(type) glGetShaderInfoLog_(obj, length, &length, log); ^ shared/glexts.h:379:29: note: expanded from macro 'glGetShaderInfoLog_' #define glGetShaderInfoLog_ glGetShaderInfoLog ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2958:13: note: 'glGetShaderInfoLog' has been explicitly marked deprecated here extern void glGetShaderInfoLog (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *infoLog) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:84:18: warning: 'glGetProgramInfoLog' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glGetProgramInfoLog_(obj, length, &length, log); ^ shared/glexts.h:378:30: note: expanded from macro 'glGetProgramInfoLog_' #define glGetProgramInfoLog_ glGetProgramInfoLog ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2959:13: note: 'glGetProgramInfoLog' has been explicitly marked deprecated here extern void glGetProgramInfoLog (GLuint program, GLsizei bufSize, GLsizei *length, GLchar *infoLog) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:284:11: warning: 'glCreateShader' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] obj = glCreateShader_(type); ^ shared/glexts.h:371:25: note: expanded from macro 'glCreateShader_' #define glCreateShader_ glCreateShader ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2925:15: note: 'glCreateShader' has been explicitly marked deprecated here extern GLuint glCreateShader (GLenum type) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:285:5: warning: 'glShaderSource' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glShaderSource_(obj, numparts, (const GLchar **)parts, NULL); ^ shared/glexts.h:373:25: note: expanded from macro 'glShaderSource_' #define glShaderSource_ glShaderSource ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2926:13: note: 'glShaderSource' has been explicitly marked deprecated here extern void glShaderSource (GLuint shader, GLsizei count, const GLchar* const *string, const GLint *length) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:286:5: warning: 'glCompileShader' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glCompileShader_(obj); ^ shared/glexts.h:374:26: note: expanded from macro 'glCompileShader_' #define glCompileShader_ glCompileShader ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2927:13: note: 'glCompileShader' has been explicitly marked deprecated here extern void glCompileShader (GLuint shader) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:288: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:375:24: note: expanded from macro 'glGetShaderiv_' #define glGetShaderiv_ glGetShaderiv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2955:13: note: 'glGetShaderiv' has been explicitly marked deprecated here extern void glGetShaderiv (GLuint shader, GLenum pname, GLint *params) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:292:9: warning: 'glDeleteShader' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glDeleteShader_(obj); ^ shared/glexts.h:372:25: note: expanded from macro 'glDeleteShader_' #define glDeleteShader_ glDeleteShader ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2923:13: note: 'glDeleteShader' has been explicitly marked deprecated here extern void glDeleteShader (GLuint shader) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:304:13: warning: 'glGetUniformLocation' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] u.loc = glGetUniformLocation_(s.program, u.name); ^ shared/glexts.h:381:31: note: expanded from macro 'glGetUniformLocation_' #define glGetUniformLocation_ glGetUniformLocation ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2960:14: note: 'glGetUniformLocation' has been explicitly marked deprecated here extern GLint glGetUniformLocation (GLuint program, const GLchar *name) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:334:5: warning: 'glGetUniformLocation' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] UNIFORMTEX("diffusemap", TEX_DIFFUSE); ^ engine/shader.cpp:331:19: note: expanded from macro 'UNIFORMTEX' int loc = glGetUniformLocation_(s.program, name); \ ^ shared/glexts.h:381:31: note: expanded from macro 'glGetUniformLocation_' #define glGetUniformLocation_ glGetUniformLocation ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2960:14: note: 'glGetUniformLocation' has been explicitly marked deprecated here extern GLint glGetUniformLocation (GLuint program, const GLchar *name) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:334:5: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] UNIFORMTEX("diffusemap", TEX_DIFFUSE); ^ engine/shader.cpp:332:25: note: expanded from macro 'UNIFORMTEX' if(loc != -1) { glUniform1i_(loc, tmu); } \ ^ shared/glexts.h:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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:335:5: warning: 'glGetUniformLocation' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] UNIFORMTEX("normalmap", TEX_NORMAL); ^ engine/shader.cpp:331:19: note: expanded from macro 'UNIFORMTEX' int loc = glGetUniformLocation_(s.program, name); \ ^ shared/glexts.h:381:31: note: expanded from macro 'glGetUniformLocation_' #define glGetUniformLocation_ glGetUniformLocation ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2960:14: note: 'glGetUniformLocation' has been explicitly marked deprecated here extern GLint glGetUniformLocation (GLuint program, const GLchar *name) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:335:5: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] UNIFORMTEX("normalmap", TEX_NORMAL); ^ engine/shader.cpp:332:25: note: expanded from macro 'UNIFORMTEX' if(loc != -1) { glUniform1i_(loc, tmu); } \ ^ shared/glexts.h:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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:336:5: warning: 'glGetUniformLocation' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] UNIFORMTEX("glowmap", TEX_GLOW); ^ engine/shader.cpp:331:19: note: expanded from macro 'UNIFORMTEX' int loc = glGetUniformLocation_(s.program, name); \ ^ shared/glexts.h:381:31: note: expanded from macro 'glGetUniformLocation_' #define glGetUniformLocation_ glGetUniformLocation ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2960:14: note: 'glGetUniformLocation' has been explicitly marked deprecated here extern GLint glGetUniformLocation (GLuint program, const GLchar *name) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:336:5: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] UNIFORMTEX("glowmap", TEX_GLOW); ^ engine/shader.cpp:332:25: note: expanded from macro 'UNIFORMTEX' if(loc != -1) { glUniform1i_(loc, tmu); } \ ^ shared/glexts.h:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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:337:5: warning: 'glGetUniformLocation' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] UNIFORMTEX("envmap", TEX_ENVMAP); ^ engine/shader.cpp:331:19: note: expanded from macro 'UNIFORMTEX' int loc = glGetUniformLocation_(s.program, name); \ ^ shared/glexts.h:381:31: note: expanded from macro 'glGetUniformLocation_' #define glGetUniformLocation_ glGetUniformLocation ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2960:14: note: 'glGetUniformLocation' has been explicitly marked deprecated here extern GLint glGetUniformLocation (GLuint program, const GLchar *name) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:337:5: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] UNIFORMTEX("envmap", TEX_ENVMAP); ^ engine/shader.cpp:332:25: note: expanded from macro 'UNIFORMTEX' if(loc != -1) { glUniform1i_(loc, tmu); } \ ^ shared/glexts.h:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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:338:5: warning: 'glGetUniformLocation' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] UNIFORMTEX("detaildiffusemap", TEX_DETAIL+TEX_DIFFUSE); ^ engine/shader.cpp:331:19: note: expanded from macro 'UNIFORMTEX' int loc = glGetUniformLocation_(s.program, name); \ ^ shared/glexts.h:381:31: note: expanded from macro 'glGetUniformLocation_' #define glGetUniformLocation_ glGetUniformLocation ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2960:14: note: 'glGetUniformLocation' has been explicitly marked deprecated here extern GLint glGetUniformLocation (GLuint program, const GLchar *name) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:338:5: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] UNIFORMTEX("detaildiffusemap", TEX_DETAIL+TEX_DIFFUSE); ^ engine/shader.cpp:332:25: note: expanded from macro 'UNIFORMTEX' if(loc != -1) { glUniform1i_(loc, tmu); } \ ^ shared/glexts.h:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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:339:5: warning: 'glGetUniformLocation' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] UNIFORMTEX("detailnormalmap", TEX_DETAIL+TEX_NORMAL); ^ engine/shader.cpp:331:19: note: expanded from macro 'UNIFORMTEX' int loc = glGetUniformLocation_(s.program, name); \ ^ shared/glexts.h:381:31: note: expanded from macro 'glGetUniformLocation_' #define glGetUniformLocation_ glGetUniformLocation ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2960:14: note: 'glGetUniformLocation' has been explicitly marked deprecated here extern GLint glGetUniformLocation (GLuint program, const GLchar *name) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:339:5: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] UNIFORMTEX("detailnormalmap", TEX_DETAIL+TEX_NORMAL); ^ engine/shader.cpp:332:25: note: expanded from macro 'UNIFORMTEX' if(loc != -1) { glUniform1i_(loc, tmu); } \ ^ shared/glexts.h:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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:340:5: warning: 'glGetUniformLocation' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] UNIFORMTEX("blendmap", 7); ^ engine/shader.cpp:331:19: note: expanded from macro 'UNIFORMTEX' int loc = glGetUniformLocation_(s.program, name); \ ^ shared/glexts.h:381:31: note: expanded from macro 'glGetUniformLocation_' #define glGetUniformLocation_ glGetUniformLocation ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2960:14: note: 'glGetUniformLocation' has been explicitly marked deprecated here extern GLint glGetUniformLocation (GLuint program, const GLchar *name) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:340:5: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] UNIFORMTEX("blendmap", 7); ^ engine/shader.cpp:332:25: note: expanded from macro 'UNIFORMTEX' if(loc != -1) { glUniform1i_(loc, tmu); } \ ^ shared/glexts.h:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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:341:5: warning: 'glGetUniformLocation' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] UNIFORMTEX("refractmask", 7); ^ engine/shader.cpp:331:19: note: expanded from macro 'UNIFORMTEX' int loc = glGetUniformLocation_(s.program, name); \ ^ shared/glexts.h:381:31: note: expanded from macro 'glGetUniformLocation_' #define glGetUniformLocation_ glGetUniformLocation ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2960:14: note: 'glGetUniformLocation' has been explicitly marked deprecated here extern GLint glGetUniformLocation (GLuint program, const GLchar *name) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:341:5: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] UNIFORMTEX("refractmask", 7); ^ engine/shader.cpp:332:25: note: expanded from macro 'UNIFORMTEX' if(loc != -1) { glUniform1i_(loc, tmu); } \ ^ shared/glexts.h:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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:342:5: warning: 'glGetUniformLocation' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] UNIFORMTEX("refractlight", 8); ^ engine/shader.cpp:331:19: note: expanded from macro 'UNIFORMTEX' int loc = glGetUniformLocation_(s.program, name); \ ^ shared/glexts.h:381:31: note: expanded from macro 'glGetUniformLocation_' #define glGetUniformLocation_ glGetUniformLocation ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2960:14: note: 'glGetUniformLocation' has been explicitly marked deprecated here extern GLint glGetUniformLocation (GLuint program, const GLchar *name) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:342:5: warning: 'glUniform1i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] UNIFORMTEX("refractlight", 8); ^ engine/shader.cpp:332:25: note: expanded from macro 'UNIFORMTEX' if(loc != -1) { glUniform1i_(loc, tmu); } \ ^ shared/glexts.h:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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:347:38: warning: 'glCreateProgram' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] s.program = s.vsobj && s.psobj ? glCreateProgram_() : 0; ^ shared/glexts.h:368:26: note: expanded from macro 'glCreateProgram_' #define glCreateProgram_ glCreateProgram ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2928:15: note: 'glCreateProgram' has been explicitly marked deprecated here extern GLuint glCreateProgram (void) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:351:9: warning: 'glAttachShader' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glAttachShader_(s.program, s.vsobj); ^ shared/glexts.h:377:25: note: expanded from macro 'glAttachShader_' #define glAttachShader_ glAttachShader ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2929:13: note: 'glAttachShader' has been explicitly marked deprecated here extern void glAttachShader (GLuint program, GLuint shader) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:352:9: warning: 'glAttachShader' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glAttachShader_(s.program, s.psobj); ^ shared/glexts.h:377:25: note: expanded from macro 'glAttachShader_' #define glAttachShader_ glAttachShader ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2929:13: note: 'glAttachShader' has been explicitly marked deprecated here extern void glAttachShader (GLuint program, GLuint shader) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:357: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:401:31: note: expanded from macro 'glBindAttribLocation_' #define glBindAttribLocation_ glBindAttribLocation ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2965:13: note: 'glBindAttribLocation' has been explicitly marked deprecated here extern void glBindAttribLocation (GLuint program, GLuint index, const GLchar *name) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/shader.cpp:360:54: warning: 'glBindAttribLocation' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] loopi(gle::MAXATTRIBS) if(!(attribs&(1<:156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: In file included from engine/shader.cpp:3: In file included from engine/engine.hshared/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] :122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in 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' case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:382shared/glexts.h::22415:: 28note: :expanded from macro 'glUniform1f_' note: expanded from macro 'glVertexAttrib3fv_' #define glUniform1f_ glUniform1f ^ #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /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:435:61: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here: 2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here void seti(int x = 0, int y = 0, int z = 0, int w = 0) { sett(x, y, z, w); } ^ extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h ^: 2934:13: note: '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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glexts.hshared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ :383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:5: In file included from In file included from engine/shader.cppshared/cube.h::365: : In file included from shared/glemu.h:55:5: engine/engine.hwarning: :'glVertexAttrib2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]122 : engine/texture.h:419:33: warning: GLE_INITATTRIBF(vertex, ATTRIB_VERTEX) ^ shared/glemu.h:50:50: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:411shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' :28: note: expanded from macro 'glVertexAttrib2fv_'#define glUniform3f_ glUniform3f ^ /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_ glVertexAttrib2fv2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.hIn file included from engine/shader.cpp::28893:: 13In file included from :engine/engine.h :note: 122'glVertexAttrib2fv' has been explicitly marked deprecated here: engine/texture.h:422:33: 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 glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ case GL_INT: glUniform1i_(b->loc, x); break; ^ In file included from engine/sound.cppshared/glexts.h:1: In file included from engine/engine.h:5: In file included from :shared/cube.h390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h::293865:: 13shared/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'note: 'glUniform1i' has been explicitly marked deprecated here extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); static inline void name(const vec4 &v) { glVertexAttrib4fv_(index, v.v); } ^ shared/glexts.h:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here In file included from engine/shader.cpp:3: In file included from engine/engine.h:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated hereextern void glVertexAttrib4fv (GLuint index, const GLfloat *v) 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/shader.cpp:3: In file included from engine/engine.h:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] In file included from case GL_INT_VEC3: glUniform3i_(b->loc, x, y, z); break;engine/sound.cpp : ^1 : In file included from engine/engine.hshared/glexts.h::5392: :In file included from 22shared/cube.h:: 65note: : expanded from macro 'glUniform3i_'shared/glemu.h :56:5: warning: #define glUniform3i_ glUniform3i'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:2940:13 GLE_INITATTRIBF(color, ATTRIB_COLOR): ^note: 'glUniform3i' has been explicitly marked deprecated here shared/glemu.h:47:9: note: expanded from macro 'GLE_INITATTRIBF' extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14); ^ GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:42:51: note: expanded from macro 'GLE_INITATTRIB' In file included from engine/shader.cpp:3: In file included from engine/engine.h static inline void name##suffix(type x) { glVertexAttrib1##suffix##_(index, x); } \: 122 ^: engine/texture.h:428:33: :warning: 'glUniform4i' is deprecated: first deprecated 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; ^ 168shared/glexts.h:393:22: :note: 1expanded from macro 'glUniform4i_': note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/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 glUniform4i_ glUniform4i 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:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :174:In file included from 1engine/shader.cpp: note: expanded from here:3: In file included from engine/engine.h:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glVertexAttrib3f_ ^ case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.hshared/glexts.h::414382::22: 27note: :expanded from macro 'glUniform1f_' note: expanded from macro 'glVertexAttrib3f_' #define glUniform1f_ glUniform1f ^ #define glVertexAttrib3f_ glVertexAttrib3fengine/texture.h : ^444: /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here 65: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ void setu(uint x = 0, uint y = 0, uint z = 0, uint 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:122: engine/texture.h:418:33: In file included from engine/sound.cpp:warning: '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:5: In file included from case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break;shared/cube.h: 65 ^: shared/glemu.h:56:shared/glexts.h5:383:22: note: expanded from macro 'glUniform2f_' : warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] #define glUniform2f_ glUniform2f ^ GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ 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: expanded from macro 'GLE_INITATTRIBF' GLE_INITATTRIB(name, index, f, float) \ ^ shared/glemu.h:45:75: note: expanded from macro 'GLE_INITATTRIB': 2935 static inline void name##suffix(type x, type y, type z, type w) { glVertexAttrib4##suffix##_(index, x, y, z, w); } ^ :177:1: note: expanded from here: glVertexAttrib4f_ ^ shared/glexts.h:418:2713: :note: 'glUniform2f' has been explicitly marked deprecated here extern void glUniform2f (GLint location, GLfloat v0, GLfloat v1) 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/shader.cpp:3: In file included from engine/engine.h:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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;In file included from ^ shared/glexts.h:390:22: note: expanded from macro 'glUniform1i_' engine/sound.cpp:#define glUniform1i_ glUniform1i1 ^: /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.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/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:56:5extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ : warning: 'glVertexAttrib3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] In file included from engine/shader.cpp:3: In file included from engine/engine.h:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_INITATTRIBF(color, ATTRIB_COLOR) ^ case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; shared/glemu.h:48:49: note: expanded from macro 'GLE_INITATTRIBF' ^ static inline void name(const vec &v) { glVertexAttrib3fv_(index, v.v); } \ ^ shared/glexts.h:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glexts.h:391:22: In file included from note: engine/sound.cppexpanded from macro 'glUniform2i_': 1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:56:5: #define glUniform2i_ glUniform2iwarning: '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: GLE_INITATTRIBF(color, ATTRIB_COLOR)2939:13: note: 'glUniform2i' has been explicitly marked deprecated here ^ shared/glemu.h:49:58: note: expanded from macro 'GLE_INITATTRIBF' extern void glUniform2i (GLint location, GLint v0, GLint v1) 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13:In file included from engine/shader.cpp: 3note: : 'glVertexAttrib4f' has been explicitly marked deprecated hereIn file included from engine/engine.h:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has 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 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:1350:: note: note: expanded from macro 'GLE_INITATTRIBF' static inline void name(const vec2 &v) { glVertexAttrib2fv_(index, v.v); } \ ^ shared/glexts.h'glUniform4i' has been explicitly marked deprecated here :411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^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:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:430: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:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:122: 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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: 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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: 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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:122: 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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: 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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: 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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:122: engine/texture.h:57: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:58: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:59: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:378:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:382:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:384:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:385:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:386:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:122: engine/texture.h:387:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:388:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:399: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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: engine/texture.h:400: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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:122: engine/texture.h:401: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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:403: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:404: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:405: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:439: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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: engine/texture.h:440: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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: engine/texture.h:441: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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: engine/texture.h:442: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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:435: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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:444:65: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void setu(uint x = 0, uint y = 0, uint z = 0, uint 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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has been explicitly marked deprecated here extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/sound.cpp:1: In file included from engine/engine.h:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/sound.cpp:778:19: warning: unused function 'mumblevec' [-Wunused-function] static inline vec mumblevec(const vec &v, bool pos = false) ^ 118 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include/SDL2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/opt/pkg/include/freetype2 -c -o engine/texture.o engine/texture.cpp In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:430: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/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ Package 'gl' not found In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:122: 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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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/stain.cpp:1: In file included from engine/engine.h:122: 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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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/stain.cpp:1: In file included from engine/engine.h:122: 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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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/stain.cpp:1: In file included from engine/engine.h:122: 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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:122: 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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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/stain.cpp:1: In file included from engine/engine.h:122: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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/stain.cpp:1: In file included from engine/engine.h:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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/stain.cpp:1: In file included from engine/engine.h:122: 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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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/stain.cpp:1: In file included from engine/engine.h:122: engine/texture.h:57: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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/stain.cpp:1: In file included from engine/engine.h:122: engine/texture.h:58: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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/stain.cpp:1: In file included from engine/engine.h:122: engine/texture.h:59: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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/stain.cpp:1: In file included from engine/engine.h:122: engine/texture.h:378:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382: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/stain.cpp:1: In file included from engine/engine.h:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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/stain.cpp:1: In file included from engine/engine.h:122: engine/texture.h:382:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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/stain.cpp:1: In file included from engine/engine.h:122: engine/texture.h:384:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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/stain.cpp:1: In file included from engine/engine.h:122: engine/texture.h:385:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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/stain.cpp:1: In file included from engine/engine.h:122: engine/texture.h:386:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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/stain.cpp:1: In file included from engine/engine.h:122: engine/texture.h:387:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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/stain.cpp:1: In file included from engine/engine.h:122: engine/texture.h:388:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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/stain.cpp:1: In file included from engine/engine.h:122: engine/texture.h:399: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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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/stain.cpp:1: In file included from engine/engine.h:122: engine/texture.h:400: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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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/stain.cpp:1: In file included from engine/engine.h:122: engine/texture.h:401: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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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/stain.cpp:1: In file included from engine/engine.h:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:122: engine/texture.h:403: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:122: engine/texture.h:404: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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/stain.cpp:1: In file included from engine/engine.h:122: engine/texture.h:405: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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/stain.cpp:1: In file included from engine/engine.h:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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/stain.cpp:1: In file included from engine/engine.h:122: engine/texture.h:439: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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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/stain.cpp:1: In file included from engine/engine.h:122: engine/texture.h:440: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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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/stain.cpp:1: In file included from engine/engine.h:122: engine/texture.h:441: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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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/stain.cpp:1: In file included from engine/engine.h:122: engine/texture.h:442: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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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/stain.cpp:64: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:357: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/stain.cpp:118: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:351: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/stain.cpp:124: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(stainvert), NULL, GL_STREAM_DRAW); ^ shared/glexts.h:355: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/stain.cpp:125: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(stainvert), &verts[startvert]); ^ shared/glexts.h:356: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/stain.cpp:128: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(stainvert), endvert*sizeof(stainvert), verts); ^ shared/glexts.h:356: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/stain.cpp:140: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); ^ engine/stain.cpp:331:13: warning: 'glStencilFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glStencilFunc(GL_EQUAL, layer, 0x07); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2672:13: note: 'glStencilFunc' has been explicitly marked deprecated here extern void glStencilFunc (GLenum func, GLint ref, GLuint mask) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/stain.cpp:332:13: warning: 'glStencilOp' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glStencilOp(GL_KEEP, GL_KEEP, GL_KEEP); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2674:13: note: 'glStencilOp' has been explicitly marked deprecated here extern void glStencilOp (GLenum fail, GLenum zfail, GLenum zpass) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/stain.cpp:335: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_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/stain.cpp:339: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/stain.cpp:340: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/stain.cpp:355: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/stain.cpp:356: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/stain.cpp:360: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/stain.cpp:376: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/stain.cpp:381: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_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/stain.cpp:389: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_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/stain.cpp:395: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/stain.cpp:402: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); ^ In file included from engine/stain.cpp:1: In file included from engine/engine.h:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:435: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/stain.cpp:1: In file included from engine/engine.h:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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/stain.cpp:1: In file included from engine/engine.h:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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/stain.cpp:1: In file included from engine/engine.h:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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/stain.cpp:1: In file included from engine/engine.h:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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/stain.cpp:1: In file included from engine/engine.h:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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/stain.cpp:1: In file included from engine/engine.h:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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/stain.cpp:1: In file included from engine/engine.h:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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/stain.cpp:1: In file included from engine/engine.h:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:444:65: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void setu(uint x = 0, uint y = 0, uint z = 0, uint 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/stain.cpp:1: In file included from engine/engine.h:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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/stain.cpp:1: In file included from engine/engine.h:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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/stain.cpp:1: In file included from engine/engine.h:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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/stain.cpp:1: In file included from engine/engine.h:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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/stain.cpp:1: In file included from engine/engine.h:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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/stain.cpp:1: In file included from engine/engine.h:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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/stain.cpp:1: In file included from engine/engine.h:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 186 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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 Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found 136 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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 Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:430:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:122: 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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:122: 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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:122: 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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:122: 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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:122: 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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: 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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:122: engine/texture.h:57: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:58: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:59: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:378:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2934:13: note: 'glUniform1f' has been explicitly marked deprecated here extern void glUniform1f (GLint location, GLfloat v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:382:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:384:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:385:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:386:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:387:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:388:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:122: engine/texture.h:399: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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here extern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:122: engine/texture.h:400: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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been explicitly marked deprecated here extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:122: engine/texture.h:401: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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:122: engine/texture.h:403: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:122: engine/texture.h:404: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:405: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:439: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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: engine/texture.h:440: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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: engine/texture.h:441: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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been explicitly marked deprecated here extern void glUniform2iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:122: engine/texture.h:442: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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:726: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:825: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:826: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:827: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:828: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:829: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:853:39: warning: 'glCompressedTexImage1D' 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) glCompressedTexImage1D_(subtarget, level, format, w, 0, size, data); ^ shared/glexts.h:312: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:854: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:311: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:924: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:925: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&0x001 ? GL_CLAMP_TO_EDGE : (clamp&0x1000 ? GL_CLAMP_TO_BORDER : (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:926: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&0x002 ? GL_CLAMP_TO_EDGE : (clamp&0x2000 ? GL_CLAMP_TO_BORDER : (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:927: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_3D) glTexParameteri(target, GL_TEXTURE_WRAP_R, clamp&0x004 ? GL_CLAMP_TO_EDGE : (clamp&0x4000 ? GL_CLAMP_TO_BORDER : (clamp&0x400 ? 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:928:84: 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(aniso, hwmaxaniso) > 0 && filter > 1) glTexParameteri(target, GL_TEXTURE_MAX_ANISOTROPY_EXT, min(aniso, hwmaxaniso)); ^ /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:929: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, !(clamp&0x8000) && 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:930: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:939:18: warning: 'glTexParameteriv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(mask) glTexParameteriv(target, GL_TEXTURE_SWIZZLE_RGBA, mask); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2724:13: note: 'glTexParameteriv' has been explicitly marked deprecated here extern void glTexParameteriv (GLenum target, GLenum pname, const GLint *params) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/texture.cpp:1106:5: warning: 'glTexImage3D' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glTexImage3D_(target, 0, component, w, h, d, 0, format, type, pixels); ^ shared/glexts.h:306:23: note: expanded from macro 'glTexImage3D_' #define glTexImage3D_ glTexImage3D ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2720:13: note: 'glTexImage3D' has been explicitly marked deprecated here extern void glTexImage3D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/texture.cpp:1247: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:1278:13: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] glGenTextures(1, &t->frames[i]); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/texture.cpp:1758: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); ^ engine/texture.cpp:3033: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:3081: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/texture.cpp:3099:20: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(emtex[0]) { glDeleteTextures(2, emtex); memset(emtex, 0, sizeof(emtex)); } ^ /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:3110:19: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(!emtex[0]) glGenTextures(2, emtex); ^ /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:3125: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:3157: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, texsize, texsize); ^ /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:3159: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_RECTANGLE, emtex[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:3177: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, 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:3178: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(side.target, level, 0, 0, 0, 0, lsize, lsize); ^ /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/texture.cpp:3191: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_RECTANGLE, emtex[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:3192: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, dsize, dsize); ^ /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:3202: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, hudw, hudh); ^ /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:3320: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:3382: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:3687: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:3697: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:3699: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:3700: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:3701: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:3702: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:3738: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:3761: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:3762: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:316: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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:435: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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/texture.cpp:3: In file included from engine/engine.h:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:444:65: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void setu(uint x = 0, uint y = 0, uint z = 0, uint 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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated here extern void glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:430:30: note: expanded from macro 'glVertexAttrib4Nubv_' #define glVertexAttrib4Nubv_ glVertexAttrib4Nubv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2902:13: note: 'glVertexAttrib4Nubv' has been explicitly marked deprecated here extern void glVertexAttrib4Nubv (GLuint index, const GLubyte *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:122: 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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: 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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: 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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: 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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: 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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:122: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:122: 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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:122: engine/texture.h:57: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:122: engine/texture.h:58: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:122: engine/texture.h:59: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:378:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382: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:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:382:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:384:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:385:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:386:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:387:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:388:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:122: engine/texture.h:399: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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: engine/texture.h:400: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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: engine/texture.h:401: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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:403: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:404: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked deprecated here extern void glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:122: engine/texture.h:405: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked deprecated here extern void glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:439: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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been explicitly marked deprecated here extern void glUniform1iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:122: engine/texture.h:440: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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been explicitly marked deprecated here extern void glUniform3iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:122: engine/texture.h:441: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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: engine/texture.h:442: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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: note: 'glUniform4iv' has been explicitly marked deprecated here extern void glUniform4iv (GLint location, GLsizei count, const GLint *value) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/ui.cpp:86:31: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(clipstack.empty()) 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/ui.cpp:95:31: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(clipstack.empty()) glDisable(GL_SCISSOR_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/ui.cpp:183: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(src, dst); ^ /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:711: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:713: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:723: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:923: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(sx1, sy1, sx2-sx1, sy2-sy1); ^ /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/ui.cpp:1845:85: warning: variable 'ts' set but not used [-Wunused-but-set-variable] float vr = 1/float(cols-1), vcx1 = 0, vcx2 = 0, vcy1 = 0, vcy2 = 0, ts = 0, ^ engine/ui.cpp:2067: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/ui.cpp:2092:45: warning: variable 'vs' set but not used [-Wunused-but-set-variable] float vr = 1/float(cols-1), vs = 0, vcx1 = 0, vcx2 = 0, vcy1 = 0, vcy2 = 0, ^ engine/ui.cpp:3831: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:3833: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(clipstack.length()) glDisable(GL_SCISSOR_TEST); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/ui.cpp:3838: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:3840:36: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(clipstack.length()) 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/ui.cpp:4046: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); ^ engine/ui.cpp:4053: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, detailtex->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:4058: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); ^ /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:4059: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, 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:4063: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/ui.cpp:4068: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, layertex->id); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/ui.cpp:4164: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/water.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:430: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:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:122: 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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: 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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: 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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: 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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: 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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: 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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:57: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:58: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:59: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:378:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382: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:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:435: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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] In file included from case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has been explicitly marked deprecated here engine/water.cppextern 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' :1: In file included from engine/engine.h#define glUniform1i_ glUniform1i: 122 ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: 'glUniform1i' has been explicitly marked deprecated here: engine/texture.h:382:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:In file included from 22:engine/ui.cpp :note: 1expanded from macro 'glUniform3f_': In file included from engine/engine.h:122: #define glUniform3f_ glUniform3fengine/texture.h : ^424 :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'glUniform2i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: 2936:13: note: 'glUniform3f' has been explicitly marked deprecated here case GL_INT_VEC2: glUniform2i_(b->loc, x, y); break; ^ shared/glexts.h:391:22:extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14); note: ^expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.hIn file included from engine/ui.cpp:1: In file included from engine/engine.h:122: engine/texture.h:426:33:: warning: 384'glUniform3i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]: 33: warning: 'glUniform4f' is deprecated: first deprecated 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:392:22: case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13:note: note: expanded from macro 'glUniform3i_''glUniform4f' has been explicitly marked deprecated here extern void glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) OPENGL_DEPRECATED(10.0, 10.14); ^ #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly marked deprecated here In file included from engine/water.cpp:1: In file included from engine/engine.h:122: engine/texture.h:385:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) 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 engine/water.cpp:1: In file included from engine/engine.h:122: engine/texture.h:386:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: In file included from 'glUniform2i' has been explicitly marked deprecated here engine/ui.cpp:1: In file included from engine/engine.h:122extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); : ^ engine/texture.h:428: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/water.cpp:1: In file included from engine/engine.h:122: engine/texture.h:387:33: warning: 'glUniform3i' is deprecated: first deprecated 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; case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ shared/glexts.h: ^392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13:shared/glexts.h note: 'glUniform3i' has been explicitly marked deprecated here :extern void glUniform3i (GLint location, GLint v0, GLint v1, GLint v2) OPENGL_DEPRECATED(10.0, 10.14);393 ^: 22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4iIn file included from engine/water.cpp :1 ^: In file included from engine/engine.h:122: engine/texture.h:388:33 : warning: 'glUniform4i' 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:2941:13: case GL_INT_VEC4: glUniform4i_(b->loc, int(x), int(y), int(z), int(w)); break; note: 'glUniform4i' has been explicitly marked deprecated here ^ shared/glexts.h:393:22: note: extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:444:65: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void setu(uint x = 0, uint y = 0, uint z = 0, uint 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:122: engine/texture.h:418:33: warning: 'glUniform2f' 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:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935: ^ 13: note: 'glUniform2f' has 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:122: engine/texture.h:419: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/water.cpp:1: In file included from engine/engine.h: case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' 122#define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly marked deprecated here : engine/texture.h:extern void glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) OPENGL_DEPRECATED(10.0, 10.14);399 ^ :85: warning: 'glUniform1fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] In file included from engine/ui.cpp:1: In file included from engine/engine.h:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h: void setv(const float *f, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform1fv_(b->loc, n, f); }385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h: 2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390shared/glexts.h::22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h386:2938:13: :23: note: expanded from macro 'glUniform1fv_' note: #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been explicitly marked deprecated here 'glUniform1i' has been explicitly marked deprecated hereextern void glUniform1fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ extern void glUniform1i (GLint location, GLint v0) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/ui.cpp:1: In file included from engine/engine.h:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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; In file included from engine/water.cpp:1 ^: In file included from engine/engine.h:shared/glexts.h:391:22: note: expanded from macro 'glUniform2i_' 122: engine/texture.h:400#define glUniform2i_ glUniform2i: 83 ^: warning: 'glUniform3fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h :2939:13: note: 'glUniform2i' has been explicitly marked deprecated here void setv(const vec *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform3fv_(b->loc, n, v->v); } ^ extern void glUniform2i (GLint location, GLint v0, GLint v1) OPENGL_DEPRECATED(10.0, 10.14); ^ shared/glexts.h:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13In file included from :engine/ui.cpp :note: 1'glUniform3fv' has been explicitly marked deprecated here: In file included from engine/engine.h:122: extern void glUniform3fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:401:84: warning: 'glUniform2fv' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] In file included from engine/ui.cpp:1: In file included from engine/engine.h:122: engine/texture.h:428:33 void setv(const vec2 *v, int n = 1) { ShaderParamBinding *b = resolve(); if(b) glUniform2fv_(b->loc, n, v->v); }: ^warning: 'glUniform4i' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] shared/glexts.h:387:23: note: expanded from macro 'glUniform2fv_' case GL_INT_VEC4: glUniform4i_(b->loc, x, y, z, w); break; ^ #define glUniform2fv_ glUniform2fv ^shared/glexts.h :393:/Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been explicitly marked deprecated here extern void glUniform2fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ 22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:403: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:404: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:405: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:439: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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: engine/texture.h:440: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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: engine/texture.h:441: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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: engine/texture.h:442: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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:41: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+tmu+i); ^ shared/glexts.h:301: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:42: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/water.cpp:44: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:301: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:69: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_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/water.cpp:83: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_NOTEQUAL); ^ /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:84: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/water.cpp:85: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:87: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/water.cpp:89: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_TEXTURE9); ^ shared/glexts.h:301: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:90:19: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] if(msaalight) glBindTexture(GL_TEXTURE_2D_MULTISAMPLE, msdepthtex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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:91:10: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] else glBindTexture(GL_TEXTURE_RECTANGLE, gdepthtex); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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:92: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:301: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:127: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/water.cpp:138: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/water.cpp:140: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:141: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/water.cpp:142: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:511: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/water.cpp:512: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:301: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:513: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, lslot.sts.inrange(1) ? lslot.sts[1].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:514: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:301: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:534: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/water.cpp:535: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:301: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:536: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, lslot.sts.inrange(2) ? (lslot.sts.inrange(3) ? lslot.sts[3].t->id : notexture->id) : (lslot.sts.inrange(1) ? lslot.sts[1].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:537: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:301: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:581: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/water.cpp:582: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:301: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:583: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, wslot.sts.inrange(2) ? (wslot.sts.inrange(3) ? wslot.sts[3].t->id : notexture->id) : (wslot.sts.inrange(1) ? wslot.sts[1].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:586: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_TEXTURE3); ^ shared/glexts.h:301: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:587: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(wslot)); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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:589: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:301: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:614: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/water.cpp:615: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:301: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:616: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, wslot.sts.inrange(1) ? wslot.sts[1].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:620: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_TEXTURE4); ^ shared/glexts.h:301: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:621: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(wslot)); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.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:623: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:301: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/water.cpp:1: In file included from engine/engine.h:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:435: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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:444:65: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void setu(uint x = 0, uint y = 0, uint z = 0, uint 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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 154 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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 Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found In file included from engine/world.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:430: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:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:122: 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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: 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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: 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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: 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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: 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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: 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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:57: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:58: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:59: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:378:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382: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:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:382:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:384:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:385:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:386:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:387:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:388:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:399: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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: engine/texture.h:400: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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: engine/texture.h:401: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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:403: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:404: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:405: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:439: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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: engine/texture.h:440: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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: engine/texture.h:441: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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: engine/texture.h:442: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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:435: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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:444:65: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void setu(uint x = 0, uint y = 0, uint z = 0, uint 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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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/world.cpp:249:20: warning: unused function 'addentity' [-Wunused-function] static inline void addentity(int id) { modifyoctaent(MODOE_ADD|MODOE_UPDATEBB, id); } ^ 160 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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 Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found 118 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 -Wno-invalid-offsetof -DVERSION_BUILD=0 -DVERSION_BRANCH=\""none"\" -DVERSION_REVISION=\"""\" -I. -Ishared -Iengine -Igame -Ienet/include -Isupport `/Users/pbulk/work/games/redeclipse/work/.tools/bin/pkg-config --cflags x11 sdl2 SDL2_image SDL2_mixer zlib gl` -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/wind.o engine/wind.cpp Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable Package 'x11' not found Package 'gl' not found In file included from engine/worldio.cpp:3: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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:65: 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:430: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:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' 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:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been 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:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has 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:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here 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:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: 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:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: 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:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' 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:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ 138 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 -Wno-invalid-offsetof -L/opt/pkg/lib -o redeclipse_server_native shared/crypto-standalone.o shared/geom-standalone.o shared/stream-standalone.o shared/tools-standalone.o shared/zip-standalone.o support/jsmn.o support/sqlite3.o engine/cdpi-standalone.o engine/command-standalone.o engine/http-standalone.o engine/irc-standalone.o engine/master-standalone.o engine/server-standalone.o game/server-standalone.o -Lenet -lenet `pkg-config --libs zlib` In file included from engine/worldio.cpp:3: In file included from engine/engine.h:122: 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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: 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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: 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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: 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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: 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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: 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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:122: engine/texture.h:57: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:58: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:59: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:378:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382: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:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:382:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:384:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:385:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:386:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:387:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:388:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:399: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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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:122: engine/texture.h:400: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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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:122: engine/texture.h:401: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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:403: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly 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:122: engine/texture.h:404: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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:122: engine/texture.h:405: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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:122: engine/texture.h:439: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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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:122: engine/texture.h:440: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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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:122: engine/texture.h:441: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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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:122: engine/texture.h:442: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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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:695: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:696: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:702: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, vieww, viewh, 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:711: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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:435: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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:444:65: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void setu(uint x = 0, uint y = 0, uint z = 0, uint 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:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ Undefined symbols for architecture arm64: "mac_personaldir()", referenced from: setlocations(char const*) 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:300: redeclipse_server_native] Error 1 gmake: *** Waiting for unfinished jobs.... In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :156:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :159:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :162:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :165:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:55:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :168:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :171:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :174:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :177:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:56:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } ^ :180:1: note: expanded from here glVertexAttrib4Nub_ ^ shared/glexts.h:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:429:29: note: expanded from macro 'glVertexAttrib4Nub_' #define glVertexAttrib4Nub_ glVertexAttrib4Nub ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2901:13: note: 'glVertexAttrib4Nub' has been explicitly marked deprecated 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/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:430: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/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :183:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :4:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :7:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :10:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:60:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :13:1: note: expanded from here glVertexAttrib1f_ ^ shared/glexts.h:406:27: note: expanded from macro 'glVertexAttrib1f_' #define glVertexAttrib1f_ glVertexAttrib1f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2882:13: note: 'glVertexAttrib1f' has been explicitly marked deprecated here extern void glVertexAttrib1f (GLuint index, GLfloat x) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :16:1: note: expanded from here glVertexAttrib2f_ ^ shared/glexts.h:410:27: note: expanded from macro 'glVertexAttrib2f_' #define glVertexAttrib2f_ glVertexAttrib2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2888:13: note: 'glVertexAttrib2f' has been explicitly marked deprecated here extern void glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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); } \ ^ :19:1: note: expanded from here glVertexAttrib3f_ ^ shared/glexts.h:414:27: note: expanded from macro 'glVertexAttrib3f_' #define glVertexAttrib3f_ glVertexAttrib3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2894:13: note: 'glVertexAttrib3f' has been explicitly marked deprecated here extern void glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] GLE_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); } ^ :22:1: note: expanded from here glVertexAttrib4f_ ^ shared/glexts.h:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:415:28: note: expanded from macro 'glVertexAttrib3fv_' #define glVertexAttrib3fv_ glVertexAttrib3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2895:13: note: 'glVertexAttrib3fv' has been explicitly marked deprecated here extern void glVertexAttrib3fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: shared/glemu.h:61:5: warning: 'glVertexAttrib4f' is deprecated: first deprecated in 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:411:28: note: expanded from macro 'glVertexAttrib2fv_' #define glVertexAttrib2fv_ glVertexAttrib2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2889:13: note: 'glVertexAttrib2fv' has been explicitly marked deprecated here extern void glVertexAttrib2fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:418:27: note: expanded from macro 'glVertexAttrib4f_' #define glVertexAttrib4f_ glVertexAttrib4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2908:13: note: 'glVertexAttrib4f' has been explicitly marked deprecated here extern void glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:419:28: note: expanded from macro 'glVertexAttrib4fv_' #define glVertexAttrib4fv_ glVertexAttrib4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2909:13: note: 'glVertexAttrib4fv' has been explicitly marked deprecated here extern void glVertexAttrib4fv (GLuint index, const GLfloat *v) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:403:36: note: expanded from macro 'glEnableVertexAttribArray_' #define glEnableVertexAttribArray_ glEnableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2917:13: note: 'glEnableVertexAttribArray' has been explicitly marked deprecated here extern void glEnableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:404:37: note: expanded from macro 'glDisableVertexAttribArray_' #define glDisableVertexAttribArray_ glDisableVertexAttribArray ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2918:13: note: 'glDisableVertexAttribArray' has been explicitly marked deprecated here extern void glDisableVertexAttribArray (GLuint index) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:433:32: note: expanded from macro 'glVertexAttribPointer_' #define glVertexAttribPointer_ glVertexAttribPointer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2916:13: note: 'glVertexAttribPointer' has been explicitly marked deprecated here extern void glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:5: In file included from shared/cube.h:65: 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:352:23: note: expanded from macro 'glBindBuffer_' #define glBindBuffer_ glBindBuffer ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2867:13: note: 'glBindBuffer' has been explicitly marked deprecated here extern void glBindBuffer (GLenum target, GLuint buffer) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:122: 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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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/wind.cpp:1: In file included from engine/engine.h:122: 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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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/wind.cpp:1: In file included from engine/engine.h:122: 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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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/wind.cpp:1: In file included from engine/engine.h:122: 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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:122: 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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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/wind.cpp:1: In file included from engine/engine.h:122: 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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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/wind.cpp:1: In file included from engine/engine.h:122: 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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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/wind.cpp:1: In file included from engine/engine.h:122: 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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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/wind.cpp:1: In file included from engine/engine.h:122: engine/texture.h:57: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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/wind.cpp:1: In file included from engine/engine.h:122: engine/texture.h:58: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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/wind.cpp:1: In file included from engine/engine.h:122: engine/texture.h:59: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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/wind.cpp:1: In file included from engine/engine.h:122: engine/texture.h:378:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382: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/wind.cpp:1: In file included from engine/engine.h:122: engine/texture.h:380:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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/wind.cpp:1: In file included from engine/engine.h:122: engine/texture.h:382:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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/wind.cpp:1: In file included from engine/engine.h:122: engine/texture.h:384:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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/wind.cpp:1: In file included from engine/engine.h:122: engine/texture.h:385:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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/wind.cpp:1: In file included from engine/engine.h:122: engine/texture.h:386:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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/wind.cpp:1: In file included from engine/engine.h:122: engine/texture.h:387:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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/wind.cpp:1: In file included from engine/engine.h:122: engine/texture.h:388:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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/wind.cpp:1: In file included from engine/engine.h:122: engine/texture.h:399: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:386:23: note: expanded from macro 'glUniform1fv_' #define glUniform1fv_ glUniform1fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2942:13: note: 'glUniform1fv' has been 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/wind.cpp:1: In file included from engine/engine.h:122: engine/texture.h:400: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:388:23: note: expanded from macro 'glUniform3fv_' #define glUniform3fv_ glUniform3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2944:13: note: 'glUniform3fv' has been 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/wind.cpp:1: In file included from engine/engine.h:122: engine/texture.h:401: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:387:23: note: expanded from macro 'glUniform2fv_' #define glUniform2fv_ glUniform2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2943:13: note: 'glUniform2fv' has been 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/wind.cpp:1: In file included from engine/engine.h:122: engine/texture.h:402: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:122: engine/texture.h:403: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:389:23: note: expanded from macro 'glUniform4fv_' #define glUniform4fv_ glUniform4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2945:13: note: 'glUniform4fv' has been explicitly marked deprecated here extern void glUniform4fv (GLint location, GLsizei count, const GLfloat *value) OPENGL_DEPRECATED(10.0, 10.14); ^ In file included from engine/wind.cpp:1: In file included from engine/engine.h:122: engine/texture.h:404: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:398:29: note: expanded from macro 'glUniformMatrix2fv_' #define glUniformMatrix2fv_ glUniformMatrix2fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2950:13: note: 'glUniformMatrix2fv' has been explicitly marked 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/wind.cpp:1: In file included from engine/engine.h:122: engine/texture.h:405: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:399:29: note: expanded from macro 'glUniformMatrix3fv_' #define glUniformMatrix3fv_ glUniformMatrix3fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2951:13: note: 'glUniformMatrix3fv' has been explicitly marked 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/wind.cpp:1: In file included from engine/engine.h:122: engine/texture.h:406: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:400:29: note: expanded from macro 'glUniformMatrix4fv_' #define glUniformMatrix4fv_ glUniformMatrix4fv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2952:13: note: 'glUniformMatrix4fv' has been explicitly marked 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/wind.cpp:1: In file included from engine/engine.h:122: engine/texture.h:439: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:394:23: note: expanded from macro 'glUniform1iv_' #define glUniform1iv_ glUniform1iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2946:13: note: 'glUniform1iv' has been 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/wind.cpp:1: In file included from engine/engine.h:122: engine/texture.h:440: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:396:23: note: expanded from macro 'glUniform3iv_' #define glUniform3iv_ glUniform3iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2948:13: note: 'glUniform3iv' has been 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/wind.cpp:1: In file included from engine/engine.h:122: engine/texture.h:441: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:395:23: note: expanded from macro 'glUniform2iv_' #define glUniform2iv_ glUniform2iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2947:13: note: 'glUniform2iv' has been 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/wind.cpp:1: In file included from engine/engine.h:122: engine/texture.h:442: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:397:23: note: expanded from macro 'glUniform4iv_' #define glUniform4iv_ glUniform4iv ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2949:13: 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/wind.cpp:1: In file included from engine/engine.h:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:435: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/wind.cpp:1: In file included from engine/engine.h:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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/wind.cpp:1: In file included from engine/engine.h:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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/wind.cpp:1: In file included from engine/engine.h:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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/wind.cpp:1: In file included from engine/engine.h:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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/wind.cpp:1: In file included from engine/engine.h:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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/wind.cpp:1: In file included from engine/engine.h:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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/wind.cpp:1: In file included from engine/engine.h:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has 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/wind.cpp:1: In file included from engine/engine.h:122: engine/texture.h:417:33: warning: 'glUniform1f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT: glUniform1f_(b->loc, x); break; ^ shared/glexts.h:382:22: note: expanded from macro 'glUniform1f_' #define glUniform1f_ glUniform1f ^ engine/texture.h:444:65: note: in instantiation of function template specialization 'LocalShaderParam::sett' requested here void setu(uint x = 0, uint y = 0, uint z = 0, uint 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/wind.cpp:1: In file included from engine/engine.h:122: engine/texture.h:418:33: warning: 'glUniform2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC2: glUniform2f_(b->loc, x, y); break; ^ shared/glexts.h:383:22: note: expanded from macro 'glUniform2f_' #define glUniform2f_ glUniform2f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2935:13: note: 'glUniform2f' has 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/wind.cpp:1: In file included from engine/engine.h:122: engine/texture.h:419:33: warning: 'glUniform3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC3: glUniform3f_(b->loc, x, y, z); break; ^ shared/glexts.h:384:22: note: expanded from macro 'glUniform3f_' #define glUniform3f_ glUniform3f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2936:13: note: 'glUniform3f' has been explicitly 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/wind.cpp:1: In file included from engine/engine.h:122: engine/texture.h:420:33: warning: 'glUniform4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] case GL_FLOAT_VEC4: glUniform4f_(b->loc, x, y, z, w); break; ^ shared/glexts.h:385:22: note: expanded from macro 'glUniform4f_' #define glUniform4f_ glUniform4f ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2937:13: note: 'glUniform4f' has been explicitly marked deprecated 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/wind.cpp:1: In file included from engine/engine.h:122: engine/texture.h:422:33: warning: 'glUniform1i' is deprecated: first 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:390:22: note: expanded from macro 'glUniform1i_' #define glUniform1i_ glUniform1i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2938:13: note: '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/wind.cpp:1: In file included from engine/engine.h:122: engine/texture.h:424:33: warning: 'glUniform2i' is deprecated: first deprecated 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:391:22: note: expanded from macro 'glUniform2i_' #define glUniform2i_ glUniform2i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2939:13: note: 'glUniform2i' has 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/wind.cpp:1: In file included from engine/engine.h:122: engine/texture.h:426:33: warning: 'glUniform3i' is deprecated: first deprecated 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:392:22: note: expanded from macro 'glUniform3i_' #define glUniform3i_ glUniform3i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2940:13: note: 'glUniform3i' has been explicitly 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/wind.cpp:1: In file included from engine/engine.h:122: engine/texture.h:428:33: warning: 'glUniform4i' is deprecated: first deprecated 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:393:22: note: expanded from macro 'glUniform4i_' #define glUniform4i_ glUniform4i ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2941:13: note: 'glUniform4i' has been explicitly marked deprecated here extern void glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) OPENGL_DEPRECATED(10.0, 10.14); ^ 117 warnings generated. 121 warnings generated. *** Error code 2 Stop. bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/games/redeclipse *** Error code 1 Stop. bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/games/redeclipse