Commit 7374bc9e by Nicolas Capens

Initialize texture stage alpha modifiers.

Bug 18962347 Change-Id: I3e9e89d82f61b2d129b5209d877234a6e5ac8c96 Reviewed-on: https://swiftshader-review.googlesource.com/1820Reviewed-by: 's avatarNicolas Capens <capn@google.com> Tested-by: 's avatarNicolas Capens <capn@google.com>
parent 1850dacd
......@@ -46,6 +46,9 @@ namespace sw
firstModifier = MODIFIER_COLOR;
secondModifier = MODIFIER_COLOR;
thirdModifier = MODIFIER_COLOR;
firstModifierAlpha = MODIFIER_COLOR;
secondModifierAlpha = MODIFIER_COLOR;
thirdModifierAlpha = MODIFIER_COLOR;
destinationArgument = DESTINATION_CURRENT;
texCoordIndex = stage;
......
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