NIF File Format Documentation

NIF Objects | Compound Types | Enum Types | Basic Types | File Versions

StencilAction

This enum defines the various actions used in conjunction with the stencil buffer.
For a detailed description of the individual options please refer to the OpenGL docs.

Choices

Number Name Description
0 ACTION_KEEP ACTION_KEEP
1 ACTION_ZERO ACTION_ZERO
2 ACTION_REPLACE ACTION_REPLACE
3 ACTION_INCREMENT ACTION_INCREMENT
4 ACTION_DECREMENT ACTION_DECREMENT
5 ACTION_INVERT ACTION_INVERT

Storage Type

unsigned int

Found In