NIF Objects | Compound Types | Enum Types | Basic Types | File Versions
Number | Name | Description |
---|---|---|
0 | ACTION_KEEP | Keep the current value in the stencil buffer. |
1 | ACTION_ZERO | Write zero to the stencil buffer. |
2 | ACTION_REPLACE | Write the reference value to the stencil buffer. |
3 | ACTION_INCREMENT | Increment the value in the stencil buffer. |
4 | ACTION_DECREMENT | Decrement the value in the stencil buffer. |
5 | ACTION_INVERT | Bitwise invert the value in the stencil buffer. |