HLSL: Fix hull-shader test.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user