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 742 of file RE_Types.h.

Constructor & Destructor Documentation

re_BlendSmoothState::re_BlendSmoothState ( )
inline

Definition at line 745 of file RE_Types.h.

Member Function Documentation

void re_BlendSmoothState::copy ( const re_BlendSmoothState state)
inline

Definition at line 761 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 777 of file RE_Types.h.

void re_BlendSmoothState::invalidate ( )
inline

Definition at line 791 of file RE_Types.h.

bool re_BlendSmoothState::isValid ( )
inline

Definition at line 804 of file RE_Types.h.

Member Data Documentation

RE_BlendDestFactor re_BlendSmoothState::myAlphaDestFactor

Definition at line 825 of file RE_Types.h.

RE_BlendSourceFactor re_BlendSmoothState::myAlphaSourceFactor

Definition at line 824 of file RE_Types.h.

int re_BlendSmoothState::myBlend

Definition at line 821 of file RE_Types.h.

RE_BlendDestFactor re_BlendSmoothState::myDestFactor

Definition at line 823 of file RE_Types.h.

RE_BlendEquation re_BlendSmoothState::myEquation

Definition at line 826 of file RE_Types.h.

int re_BlendSmoothState::myForceSmooth

Definition at line 818 of file RE_Types.h.

float re_BlendSmoothState::myPrevLineWidth

Definition at line 820 of file RE_Types.h.

int re_BlendSmoothState::mySmoothEnable

Definition at line 817 of file RE_Types.h.

bool re_BlendSmoothState::mySmoothPushed

Definition at line 819 of file RE_Types.h.

bool re_BlendSmoothState::mySmoothRequest

Definition at line 816 of file RE_Types.h.

RE_BlendSourceFactor re_BlendSmoothState::mySourceFactor

Definition at line 822 of file RE_Types.h.


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