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 207 of file ShaderGraph.h.
|
inline |
Definition at line 210 of file ShaderGraph.h.
ShaderInput* ShaderGraphEdge::downstream |
Definition at line 215 of file ShaderGraph.h.
ShaderOutput* ShaderGraphEdge::upstream |
Definition at line 214 of file ShaderGraph.h.