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 753 of file RE_Types.h.
|
inline |
Definition at line 756 of file RE_Types.h.
|
inline |
Definition at line 772 of file RE_Types.h.
|
inline |
Definition at line 788 of file RE_Types.h.
|
inline |
Definition at line 802 of file RE_Types.h.
|
inline |
Definition at line 815 of file RE_Types.h.
RE_BlendDestFactor re_BlendSmoothState::myAlphaDestFactor |
Definition at line 836 of file RE_Types.h.
RE_BlendSourceFactor re_BlendSmoothState::myAlphaSourceFactor |
Definition at line 835 of file RE_Types.h.
int re_BlendSmoothState::myBlend |
Definition at line 832 of file RE_Types.h.
RE_BlendDestFactor re_BlendSmoothState::myDestFactor |
Definition at line 834 of file RE_Types.h.
RE_BlendEquation re_BlendSmoothState::myEquation |
Definition at line 837 of file RE_Types.h.
int re_BlendSmoothState::myForceSmooth |
Definition at line 829 of file RE_Types.h.
float re_BlendSmoothState::myPrevLineWidth |
Definition at line 831 of file RE_Types.h.
int re_BlendSmoothState::mySmoothEnable |
Definition at line 828 of file RE_Types.h.
bool re_BlendSmoothState::mySmoothPushed |
Definition at line 830 of file RE_Types.h.
bool re_BlendSmoothState::mySmoothRequest |
Definition at line 827 of file RE_Types.h.
RE_BlendSourceFactor re_BlendSmoothState::mySourceFactor |
Definition at line 833 of file RE_Types.h.