Commit a76f224f by Shahbaz Youssefi Committed by Angle LUCI CQ

Fix build

Two CLs went in at the same time, causing a build breakage. Bug: angleproject:4889 Change-Id: I0dacda7263959014fb4ad9bd83733f58a5e98fe6 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2965319Reviewed-by: 's avatarShahbaz Youssefi <syoussefi@chromium.org> Commit-Queue: John Plate <jplate@google.com>
parent 9b92aa56
...@@ -2114,7 +2114,7 @@ bool OutputSPIRVTraverser::visitUnary(Visit visit, TIntermUnary *node) ...@@ -2114,7 +2114,7 @@ bool OutputSPIRVTraverser::visitUnary(Visit visit, TIntermUnary *node)
// This is a noop. // This is a noop.
break; break;
case EOpLogicalNot: case EOpLogicalNot:
case EOpLogicalNotComponentWise: case EOpNotComponentWise:
writeUnaryOp = spirv::WriteLogicalNot; writeUnaryOp = spirv::WriteLogicalNot;
break; break;
case EOpBitwiseNot: case EOpBitwiseNot:
......
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