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

StencilCompareMode

Describes stencil buffer test modes for NiStencilProperty.

Choices

Number Name Description
0 TEST_NEVER Always false. Ref value is ignored.
1 TEST_LESS VRef ‹ VBuf
2 TEST_EQUAL VRef = VBuf
3 TEST_LESS_EQUAL VRef ≤ VBuf
4 TEST_GREATER VRef › VBuf
5 TEST_NOT_EQUAL VRef ≠ VBuf
6 TEST_GREATER_EQUAL VRef ≥ VBuf
7 TEST_ALWAYS Always true. Buffer is ignored.

Storage Type

uint

Found In