outputtopology
Defines the output primitive type for the tessellator.
outputtopology(X)
Remarks
X must be either point, line, triangle_cw, or triangle_ccw and must be inside quotes. Here are the valid options for this attribute:
[outputtopology("point")]
[outputtopology("line")]
[outputtopology("triangle_cw")]
[outputtopology("triangle_ccw")]
This attribute is supported in the following types of shaders:
Vertex | Hull | Domain | Geometry | Pixel | Compute |
---|---|---|---|---|---|
x |
Related topics