#include <RE_Types.h>
Public Member Functions | |
| re_StencilState () | |
| void | set (bool enable, int clearValue, int writeMask, RE_SFunction func, int ref, int valueMask, RE_SOperation failOperation, RE_SOperation passDepthFailOperation, RE_SOperation passDepthPassOperation) |
| void | get (bool &enable, int &clearValue, int &writeMask, RE_SFunction &func, int &ref, int &valueMask, RE_SOperation &failOperation, RE_SOperation &passDepthFailOperation, RE_SOperation &passDepthPassOperation) const |
Public Attributes | |
| bool | myEnable |
| int | myClearValue |
| int | myWriteMask |
| RE_SFunction | myFunc |
| int | myRef |
| int | myValueMask |
| RE_SOperation | myFailOperation |
| RE_SOperation | myPassDepthFailOperation |
| RE_SOperation | myPassDepthPassOperation |
Definition at line 496 of file RE_Types.h.
| re_StencilState::re_StencilState | ( | ) | [inline] |
Definition at line 499 of file RE_Types.h.
| void re_StencilState::get | ( | bool & | enable, | |
| int & | clearValue, | |||
| int & | writeMask, | |||
| RE_SFunction & | func, | |||
| int & | ref, | |||
| int & | valueMask, | |||
| RE_SOperation & | failOperation, | |||
| RE_SOperation & | passDepthFailOperation, | |||
| RE_SOperation & | passDepthPassOperation | |||
| ) | const [inline] |
Definition at line 533 of file RE_Types.h.
| void re_StencilState::set | ( | bool | enable, | |
| int | clearValue, | |||
| int | writeMask, | |||
| RE_SFunction | func, | |||
| int | ref, | |||
| int | valueMask, | |||
| RE_SOperation | failOperation, | |||
| RE_SOperation | passDepthFailOperation, | |||
| RE_SOperation | passDepthPassOperation | |||
| ) | [inline] |
Definition at line 512 of file RE_Types.h.
Definition at line 555 of file RE_Types.h.
Definition at line 554 of file RE_Types.h.
Definition at line 560 of file RE_Types.h.
Definition at line 557 of file RE_Types.h.
Definition at line 561 of file RE_Types.h.
Definition at line 562 of file RE_Types.h.
Definition at line 558 of file RE_Types.h.
Definition at line 559 of file RE_Types.h.
Definition at line 556 of file RE_Types.h.
1.5.9