Commit 238fec3c by Ben Clayton

SpirvShader: Mark GLSLstd450IMix as unreachable.

Was removed from the spec in version 0.99. Bug: b/126873455 Change-Id: I93c60b7d1e8332e70f7116636384f4f85ea542cb Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/28708Tested-by: 's avatarBen Clayton <bclayton@google.com> Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com> Kokoro-Presubmit: kokoro <noreply+kokoro@google.com>
parent 93451856
......@@ -3494,7 +3494,7 @@ namespace sw
}
case GLSLstd450IMix:
{
UNIMPLEMENTED("GLSLstd450IMix");
UNREACHABLE("GLSLstd450IMix has been removed from the specification");
break;
}
case GLSLstd450PackDouble2x32:
......
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