Visualization Library v1.0.3A lightweight C++ OpenGL middleware for 2D/3D graphics |
[Download] [Tutorials] [All Classes] [Grouped Classes] |
ShaderNode's representation of a RenderState. More...
#include <ShaderNode.hpp>
Public Member Functions | |
RenderStateInfo (EInheritance inheritance=IN_Propagate, RenderState *rs=NULL, int index=-1) | |
Public Attributes | |
EInheritance | mInheritance |
ref< RenderState > | mRenderState |
int | mIndex |
ShaderNode's representation of a RenderState.
Definition at line 60 of file ShaderNode.hpp.
vl::ShaderNode::RenderStateInfo::RenderStateInfo | ( | EInheritance | inheritance = IN_Propagate , |
RenderState * | rs = NULL , |
||
int | index = -1 |
||
) | [inline] |
Definition at line 62 of file ShaderNode.hpp.
Definition at line 64 of file ShaderNode.hpp.
Definition at line 65 of file ShaderNode.hpp.
Definition at line 66 of file ShaderNode.hpp.