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
If GLSL 1.50 is not supported, the engine crashes on start up displaying "ERROR: ShadersOGL.cpp:839 : Error compiling shader(font_shader_vs): 0:1(10): error: GLSL 1.50 is not supported. Supported versions are: ..."
I'm getting this problem with Intel i965 and mesa on current Arch Linux.
@Rotonen pointed out that one of the shader programs is causing the problem. Disabling this one fixes the problem for me.
The text was updated successfully, but these errors were encountered:
hagabaka
added a commit
to hagabaka/anura
that referenced
this issue
Mar 23, 2016
If GLSL 1.50 is not supported, the engine crashes on start up displaying "ERROR: ShadersOGL.cpp:839 : Error compiling shader(font_shader_vs): 0:1(10): error: GLSL 1.50 is not supported. Supported versions are: ..."
I'm getting this problem with Intel i965 and mesa on current Arch Linux.
@Rotonen pointed out that one of the shader programs is causing the problem. Disabling this one fixes the problem for me.
The text was updated successfully, but these errors were encountered: