Visualization Library 2.0.0

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Public Member Functions | Public Attributes | List of all members
vl::ShaderNode::RenderStateInfo Struct Reference

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< RenderStatemRenderState
 
int mIndex
 

Detailed Description

ShaderNode's representation of a RenderState.

Definition at line 60 of file ShaderNode.hpp.

Constructor & Destructor Documentation

◆ RenderStateInfo()

vl::ShaderNode::RenderStateInfo::RenderStateInfo ( EInheritance  inheritance = IN_Propagate,
RenderState rs = NULL,
int  index = -1 
)
inline

Definition at line 62 of file ShaderNode.hpp.

Member Data Documentation

◆ mIndex

int vl::ShaderNode::RenderStateInfo::mIndex

Definition at line 66 of file ShaderNode.hpp.

◆ mInheritance

EInheritance vl::ShaderNode::RenderStateInfo::mInheritance

Definition at line 64 of file ShaderNode.hpp.

◆ mRenderState

ref<RenderState> vl::ShaderNode::RenderStateInfo::mRenderState

Definition at line 65 of file ShaderNode.hpp.


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