glsl: remove commented out code

MaxGeometryOutputComponents is used as the value
for gl_MaxGeometryVaryingComponents

Acked-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
Timothy Arceri 2014-12-15 18:15:34 +11:00
parent 965cfbc85e
commit 873d7351c5

View file

@ -182,8 +182,6 @@ initialize_context(struct gl_context *ctx, gl_api api)
ctx->Const.MaxGeometryOutputVertices = 256;
ctx->Const.MaxGeometryTotalOutputComponents = 1024;
// ctx->Const.MaxGeometryVaryingComponents = 64;
ctx->Const.MaxVarying = 60 / 4;
break;
case 300: