attribute [outputtopology]¶
Description¶
Used on an hull shader entrypoint to declare the output primitive type of the tessellator.
Signature¶
[outputtopology(topology)]
Parameters¶
topology¶
The output primitive type, must be one of “point”, “line”, “triangle_cw”, and “triangle_ccw”.