#include <ivf/IvfBlendState.h>
Inheritance diagram for CIvfBlendState:

Public Member Functions | |
| CIvfBlendState () | |
| CIvfBlendState (GLenum sfactor, GLenum dfactor) | |
| virtual | ~CIvfBlendState () |
| IvfClassInfo ("CIvfBlendState", CIvfRenderState) | |
| void | setFunction (GLenum sfactor, GLenum dfactor) |
| virtual void | doRestoreState () |
| virtual void | doSaveState () |
| virtual void | doState () |
Encapsulates a blending state.
Definition at line 38 of file IvfBlendState.h.
|
|
CIvfBlendState constructor |
|
||||||||||||
|
CIvfBlendState constructor |
|
|
CIvfBlendState destructor |
|
|
Restore state to previous state Should be overidden by derived classes. Reimplemented from CIvfRenderState. |
|
|
Save the current state Should be overidden by derived classes. Reimplemented from CIvfRenderState. |
|
|
Apply new state Should be overidden by derived classes. Reimplemented from CIvfRenderState. |
|
||||||||||||
|
Sets the blend function factors |
1.4.6-NO