attribute [partitioning]¶
Description¶
Used on an hull shader entrypoint to specify the patch type used by the hull shader.
Signature¶
[partitioning(mode)]
Parameters¶
mode¶
The patch type used by the hull shader. Valid values are “tri”, “quad” and “isoline”.