#include <RE_Types.h>

Public Member Functions | |
| re_SmoothState () | |
| void | set (bool smooth, bool allow, bool blend, RE_BlendSourceFactor s, RE_BlendDestFactor d, bool zbuf) |
| void | get (bool &smooth, bool &allow, bool &blend, RE_BlendSourceFactor &s, RE_BlendDestFactor &d, bool &zbuf) const |
Public Attributes | |
| bool | mySmooth |
| bool | myAllowSmooth |
Definition at line 472 of file RE_Types.h.
| re_SmoothState::re_SmoothState | ( | ) | [inline] |
Definition at line 475 of file RE_Types.h.
| void re_SmoothState::get | ( | bool & | smooth, | |
| bool & | allow, | |||
| bool & | blend, | |||
| RE_BlendSourceFactor & | s, | |||
| RE_BlendDestFactor & | d, | |||
| bool & | zbuf | |||
| ) | const [inline] |
Definition at line 486 of file RE_Types.h.
| void re_SmoothState::set | ( | bool | smooth, | |
| bool | allow, | |||
| bool | blend, | |||
| RE_BlendSourceFactor | s, | |||
| RE_BlendDestFactor | d, | |||
| bool | zbuf | |||
| ) | [inline] |
Definition at line 481 of file RE_Types.h.
Definition at line 492 of file RE_Types.h.
Definition at line 491 of file RE_Types.h.
1.5.9