HLSL: support point mode.

This commit is contained in:
John Kessenich
2017-06-26 17:52:22 -06:00
parent 102328b75f
commit fe6689c6c4
4 changed files with 440 additions and 12 deletions

View File

@@ -143,6 +143,7 @@ INSTANTIATE_TEST_CASE_P(
{"hlsl.function.frag", "main"},
{"hlsl.hull.1.tesc", "main"},
{"hlsl.hull.2.tesc", "main"},
{"hlsl.hull.3.tesc", "main"},
{"hlsl.hull.void.tesc", "main"},
{"hlsl.hull.ctrlpt-1.tesc", "main"},
{"hlsl.hull.ctrlpt-2.tesc", "main"},