mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
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:
parent
965cfbc85e
commit
873d7351c5
1 changed files with 0 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue