HDK
|
#include <ShaderGraph.h>
Public Member Functions | |
ShaderGraphEdge (ShaderOutput *up, ShaderInput *down) | |
Public Attributes | |
ShaderOutput * | upstream |
ShaderInput * | downstream |
An edge returned during shader graph traversal.
Definition at line 200 of file ShaderGraph.h.
|
inline |
Definition at line 203 of file ShaderGraph.h.
ShaderInput* ShaderGraphEdge::downstream |
Definition at line 209 of file ShaderGraph.h.
ShaderOutput* ShaderGraphEdge::upstream |
Definition at line 208 of file ShaderGraph.h.