You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libavfilter/vf_gltransition.c:143:19: warning: 'glCreateShader' is deprecated:
first deprecated in macOS 10.14 - OpenGL API deprecated. (Define
GL_SILENCE_DEPRECATION to silence these warnings)
[-Wdeprecated-declarations]
GLuint shader = glCreateShader(type);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1866:23: note:
'glCreateShader' has been explicitly marked deprecated here
GLAPI GLuint APIENTRY glCreateShader (GLenum type) OPENGL_DEPRECATED(10....
The text was updated successfully, but these errors were encountered:
libavfilter/vf_gltransition.c:143:19: warning: 'glCreateShader' is deprecated:
first deprecated in macOS 10.14 - OpenGL API deprecated. (Define
GL_SILENCE_DEPRECATION to silence these warnings)
[-Wdeprecated-declarations]
GLuint shader = glCreateShader(type);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1866:23: note:
'glCreateShader' has been explicitly marked deprecated here
GLAPI GLuint APIENTRY glCreateShader (GLenum type) OPENGL_DEPRECATED(10....
The text was updated successfully, but these errors were encountered: