attribute [outputcontrolpoints]¶
Description¶
Used on an hull shader entrypoint to declare the number of control points the hull shader will produce per thread.
Signature¶
[outputcontrolpoints(count : int)]
Parameters¶
count : int¶
The number of control points the hull shader will produce per thread.
Remarks¶
The attribute indicates be the number of times the hull shader function will be executed.