HLSL: Fix #1679: Add HLSL earlydepthstencil -> SPV EarlyFragmentTests.
This commit is contained in:
parent
8dff52509e
commit
544c039d26
4 changed files with 205 additions and 0 deletions
|
|
@ -185,6 +185,7 @@ INSTANTIATE_TEST_CASE_P(
|
|||
{"hlsl.depthLess.frag", "PixelShaderFunction"},
|
||||
{"hlsl.discard.frag", "PixelShaderFunction"},
|
||||
{"hlsl.doLoop.frag", "PixelShaderFunction"},
|
||||
{"hlsl.earlydepthstencil.frag", "main"},
|
||||
{"hlsl.emptystructreturn.frag", "main"},
|
||||
{"hlsl.emptystructreturn.vert", "main"},
|
||||
{"hlsl.emptystruct.init.vert", "main"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue