Allow DepthUnchanged and DepthReplaced Modes in same SPIR-V module.

Fixes #2555
This commit is contained in:
Greg Fischer
2021-03-01 17:45:03 -07:00
parent 0eca413092
commit b479ce0bfa
4 changed files with 58 additions and 4 deletions

View File

@@ -328,6 +328,7 @@ INSTANTIATE_TEST_SUITE_P(
"spv.demoteDisabled.frag",
"spv.deepRvalue.frag",
"spv.depthOut.frag",
"spv.depthUnchanged.frag",
"spv.discard-dce.frag",
"spv.doWhileLoop.frag",
"spv.earlyReturnDiscard.frag",