|
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 204 of file ShaderGraph.h.
|
inline |
Definition at line 207 of file ShaderGraph.h.
|
inline |
Definition at line 218 of file ShaderGraph.h.
|
inline |
Definition at line 223 of file ShaderGraph.h.
|
inline |
Definition at line 213 of file ShaderGraph.h.
| ShaderInput* ShaderGraphEdge::downstream |
Definition at line 229 of file ShaderGraph.h.
| ShaderOutput* ShaderGraphEdge::upstream |
Definition at line 228 of file ShaderGraph.h.