Commit a96afb68 by Geoff Lang Committed by Commit Bot

Initialize the default aliased line width ranges.

BUG=angleproject:1468 Change-Id: I1908821fc560bed0cb5427a23739d11b17fea227 Reviewed-on: https://chromium-review.googlesource.com/413327Reviewed-by: 's avatarCorentin Wallez <cwallez@chromium.org> Commit-Queue: Geoff Lang <geofflang@chromium.org>
parent 55482a11
...@@ -796,6 +796,8 @@ Caps GenerateMinimumCaps(const Version &clientVersion) ...@@ -796,6 +796,8 @@ Caps GenerateMinimumCaps(const Version &clientVersion)
caps.maxViewportHeight = caps.max2DTextureSize; caps.maxViewportHeight = caps.max2DTextureSize;
caps.minAliasedPointSize = 1; caps.minAliasedPointSize = 1;
caps.maxAliasedPointSize = 1; caps.maxAliasedPointSize = 1;
caps.minAliasedLineWidth = 1;
caps.maxAliasedLineWidth = 1;
// Table 6.19 // Table 6.19
caps.vertexHighpFloat.setSimulatedFloat(62, 16); caps.vertexHighpFloat.setSimulatedFloat(62, 16);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment