Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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