triangle-cull-state
GPU-accelerated rendering » GPU state

Prev:mask-state
Next:triangle-state


Vocabulary
gpu.state

Class description
The triangle-cull-state controls what faces of triangles are rasterized.
The front-face slot determines which vertex winding order is considered the front face of a triangle: face-ccw or face-cw.
The cull slot determines which triangle faces are discarded: cull-front, cull-back, cull-all, or f to disable triangle culling.


See also
<triangle-cull-state>, get-triangle-cull-state

Definition


Methods