HLSL: Tests: Add subset of flattened opaque test to legalize results.
This commit is contained in:
parent
908813c25d
commit
592e8f0441
4 changed files with 192 additions and 108 deletions
|
|
@ -379,7 +379,8 @@ INSTANTIATE_TEST_CASE_P(
|
|||
{"hlsl.aliasOpaque.frag", "main"},
|
||||
{"hlsl.flattenOpaque.frag", "main"},
|
||||
{"hlsl.flattenOpaqueInit.vert", "main"},
|
||||
{"hlsl.flattenOpaqueInitMix.vert", "main"}
|
||||
{"hlsl.flattenOpaqueInitMix.vert", "main"},
|
||||
{"hlsl.flattenSubset.frag", "main"}
|
||||
}),
|
||||
FileNameAsCustomTestSuffix
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue