HLSL: Fix hull-shader test.
This commit is contained in:
parent
da9eb815b3
commit
4f54c0c487
2 changed files with 4 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue