HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
re_BlendSmoothState Class Reference

#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 ()
 

Public Attributes

bool mySmoothRequest
 
int mySmoothEnable
 
int myForceSmooth
 
bool mySmoothPushed
 
float myPrevLineWidth
 
int myBlend
 
RE_BlendSourceFactor mySourceFactor
 
RE_BlendDestFactor myDestFactor
 
RE_BlendSourceFactor myAlphaSourceFactor
 
RE_BlendDestFactor myAlphaDestFactor
 
RE_BlendEquation myEquation
 

Detailed Description

Definition at line 753 of file RE_Types.h.

Constructor & Destructor Documentation

re_BlendSmoothState::re_BlendSmoothState ( )
inline

Definition at line 756 of file RE_Types.h.

Member Function Documentation

void re_BlendSmoothState::copy ( const re_BlendSmoothState state)
inline

Definition at line 772 of file RE_Types.h.

void re_BlendSmoothState::get ( bool &  req_smooth,
int blend,
RE_BlendSourceFactor s,
RE_BlendDestFactor d,
RE_BlendSourceFactor sa,
RE_BlendDestFactor da,
RE_BlendEquation eq 
) const
inline

Definition at line 788 of file RE_Types.h.

void re_BlendSmoothState::invalidate ( )
inline

Definition at line 802 of file RE_Types.h.

bool re_BlendSmoothState::isValid ( )
inline

Definition at line 815 of file RE_Types.h.

Member Data Documentation

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.


The documentation for this class was generated from the following file: