HDK
|
#include <RE_Types.h>
Public Member Functions | |
re_BlendSmoothState () | |
void | copy (const re_BlendSmoothState &state) |
void | get (bool &req_smooth, int &blend, RE_BlendSourceFactor &s, RE_BlendDestFactor &d, RE_BlendSourceFactor &sa, RE_BlendDestFactor &da, RE_BlendEquation &eq) const |
void | invalidate () |
bool | isValid () |
Definition at line 719 of file RE_Types.h.
|
inline |
Definition at line 722 of file RE_Types.h.
|
inline |
Definition at line 738 of file RE_Types.h.
|
inline |
Definition at line 754 of file RE_Types.h.
|
inline |
Definition at line 768 of file RE_Types.h.
|
inline |
Definition at line 781 of file RE_Types.h.
RE_BlendDestFactor re_BlendSmoothState::myAlphaDestFactor |
Definition at line 802 of file RE_Types.h.
RE_BlendSourceFactor re_BlendSmoothState::myAlphaSourceFactor |
Definition at line 801 of file RE_Types.h.
int re_BlendSmoothState::myBlend |
Definition at line 798 of file RE_Types.h.
RE_BlendDestFactor re_BlendSmoothState::myDestFactor |
Definition at line 800 of file RE_Types.h.
RE_BlendEquation re_BlendSmoothState::myEquation |
Definition at line 803 of file RE_Types.h.
int re_BlendSmoothState::myForceSmooth |
Definition at line 795 of file RE_Types.h.
float re_BlendSmoothState::myPrevLineWidth |
Definition at line 797 of file RE_Types.h.
int re_BlendSmoothState::mySmoothEnable |
Definition at line 794 of file RE_Types.h.
bool re_BlendSmoothState::mySmoothPushed |
Definition at line 796 of file RE_Types.h.
bool re_BlendSmoothState::mySmoothRequest |
Definition at line 793 of file RE_Types.h.
RE_BlendSourceFactor re_BlendSmoothState::mySourceFactor |
Definition at line 799 of file RE_Types.h.