diff options
author | Timothy Arceri <[email protected]> | 2014-12-15 18:15:34 +1100 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2014-12-16 15:57:30 +1100 |
commit | 873d7351c5a696b6f8493c907eb8c76b8cb632da (patch) | |
tree | fd1d5474f33191a4382b82931b23b4d25bcaf736 /src/glsl/main.cpp | |
parent | 965cfbc85e0193dea9383286073079cdba7354e7 (diff) |
glsl: remove commented out code
MaxGeometryOutputComponents is used as the value
for gl_MaxGeometryVaryingComponents
Acked-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/glsl/main.cpp')
-rw-r--r-- | src/glsl/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/glsl/main.cpp b/src/glsl/main.cpp index 91e457ada27..ccac8399646 100644 --- a/src/glsl/main.cpp +++ b/src/glsl/main.cpp @@ -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: |