Skip to content

Commit

Permalink
Switch GLSL version to 150 (OpenGL 3.2) to support MSAA fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
zeux committed Oct 26, 2016
1 parent 93ef96f commit 0196b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/glsl/glsl_optimizer.cpp
Expand Up @@ -48,7 +48,7 @@ initialize_mesa_context(struct gl_context *ctx, glslopt_target api)
{
default:
case kGlslTargetOpenGL:
ctx->Const.GLSLVersion = 140;
ctx->Const.GLSLVersion = 150;
break;
case kGlslTargetOpenGLES20:
ctx->Extensions.OES_standard_derivatives = true;
Expand Down

0 comments on commit 0196b0a

Please sign in to comment.