Home -> IStateGroupNode -> PolygonCullMode
Description
The PolygonCullMode enumeration specifies which triangle faces are discarded before rasterization by an IStateGroupNode.
Members
| Name | Description | |
|---|---|---|
| None |
Disables face culling.
|
|
| Front |
Discards front-facing polygons.
|
|
| Back |
Discards back-facing polygons.
|