#include <RE_Types.h>

Public Member Functions | |
| re_BlendState () | |
| void | set (bool blend, RE_BlendSourceFactor s, RE_BlendDestFactor d, bool zbuf) |
| void | get (bool &blend, RE_BlendSourceFactor &s, RE_BlendDestFactor &d, bool &zbuf) const |
Public Attributes | |
| bool | myBlend |
| RE_BlendSourceFactor | mySourceFactor |
| RE_BlendDestFactor | myDestFactor |
| bool | myZBufferWrite |
Definition at line 444 of file RE_Types.h.
| re_BlendState::re_BlendState | ( | ) | [inline] |
Definition at line 447 of file RE_Types.h.
| void re_BlendState::get | ( | bool & | blend, | |
| RE_BlendSourceFactor & | s, | |||
| RE_BlendDestFactor & | d, | |||
| bool & | zbuf | |||
| ) | const [inline] |
Definition at line 460 of file RE_Types.h.
| void re_BlendState::set | ( | bool | blend, | |
| RE_BlendSourceFactor | s, | |||
| RE_BlendDestFactor | d, | |||
| bool | zbuf | |||
| ) | [inline] |
Definition at line 455 of file RE_Types.h.
Definition at line 465 of file RE_Types.h.
Definition at line 467 of file RE_Types.h.
Definition at line 466 of file RE_Types.h.
Definition at line 468 of file RE_Types.h.
1.5.9