Enum CullMode
Type of face culling to use during graphic pipeline rasterization.
enum CullMode
: gfx .graal .pipeline .Cull { ... }
Enum members
Name | Description |
---|---|
back
|
Cull back faces. |
both
|
Cull both front and back faces. |
front
|
Cull front faces. |
none
|
Disable face culling. |