TessellateShaderAttribute
Description
- Derived from
-
Attribute abstract
- Extended by
-
TessellatePatchShader sealed
TessellateVertexShader sealed
A tessellation shader part.
Public / Attributes
Primitive
The primitive type of the abstract tessellation patch:
GpuCode.CW : triangles in clockwise orientation
GpuCode.CCW : triangles in counter-clockwise orientation
GpuCode.LINE : lines
GpuCode.POINT : points
Scheme
The subdivision scheme:
GpuCode.EQUAL : spacing between generated vertices is equal
GpuCode.EVEN : number of generated segments is even
GpuCode.ODD : number of generated segments is odd
Topology
The topology of the abstract tessellation patch:
GpuCode.TRIANGLE : a triangle
GpuCode.QUAD : a quadrilateral
GpuCode.LINE : a rectangle of parallel isolines