|
HDK
|
#include <ShaderGraph.h>
Public Member Functions | |
| ShaderGraphEdge (ShaderOutput *up, ShaderInput *down) | |
| bool | operator== (const ShaderGraphEdge &rhs) const |
| bool | operator!= (const ShaderGraphEdge &rhs) const |
| bool | operator< (const ShaderGraphEdge &rhs) const |
Public Attributes | |
| ShaderOutput * | upstream |
| ShaderInput * | downstream |
An edge returned during shader graph traversal.
Definition at line 222 of file ShaderGraph.h.
|
inline |
Definition at line 225 of file ShaderGraph.h.
|
inline |
Definition at line 236 of file ShaderGraph.h.
|
inline |
Definition at line 241 of file ShaderGraph.h.
|
inline |
Definition at line 231 of file ShaderGraph.h.
| ShaderInput* ShaderGraphEdge::downstream |
Definition at line 247 of file ShaderGraph.h.
| ShaderOutput* ShaderGraphEdge::upstream |
Definition at line 246 of file ShaderGraph.h.