commit | 4f54c0c487238d576255a50c821387c13b0d040b | [log] [tgz] |
---|---|---|
author | John Kessenich <cepheus@frii.com> | Mon Jun 26 19:56:41 2017 -0600 |
committer | John Kessenich <cepheus@frii.com> | Mon Jun 26 19:56:41 2017 -0600 |
tree | faee95f7096e9b5c3da261356980eef1e576de21 | |
parent | da9eb815b38fcf47e64ebb2496a8bb6d209f77f3 [diff] [blame] |
HLSL: Fix hull-shader test.
diff --git a/Test/hlsl.hull.void.tesc b/Test/hlsl.hull.void.tesc index 971d613..c96ecb4 100644 --- a/Test/hlsl.hull.void.tesc +++ b/Test/hlsl.hull.void.tesc
@@ -19,7 +19,7 @@ [domain("tri")] [partitioning("fractional_even")] -[outputtopology("line")] +[outputtopology("triangle_ccw")] [outputcontrolpoints(3)] [patchconstantfunc("PCF")] HS_OUT main(InputPatch<VS_OUT, 3> ip)