| Name | Value | Description |
| kCullCCW | 96771 | render triangles of the primitive only if its vertexes are counterclockwise on the screen. |
| kCullCW | 96770 | render triangles of the primitive only if its vertexes are clockwise on the screen. |
| kCullNone | 96769 | render triangles of the primitive from both sides. |