HLSL: Fix hull-shader test.

This commit is contained in:
John Kessenich
2017-06-26 19:56:41 -06:00
parent da9eb815b3
commit 4f54c0c487
2 changed files with 4 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ struct HS_OUT
[domain("tri")]
[partitioning("fractional_even")]
[outputtopology("line")]
[outputtopology("triangle_ccw")]
[outputcontrolpoints(3)]
[patchconstantfunc("PCF")]
HS_OUT main(InputPatch<VS_OUT, 3> ip)