HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ShaderGraphEdge Class Reference

#include <ShaderGraph.h>

Public Member Functions

 ShaderGraphEdge (ShaderOutput *up, ShaderInput *down)
 

Public Attributes

ShaderOutputupstream
 
ShaderInputdownstream
 

Detailed Description

An edge returned during shader graph traversal.

Definition at line 203 of file ShaderGraph.h.

Constructor & Destructor Documentation

ShaderGraphEdge::ShaderGraphEdge ( ShaderOutput up,
ShaderInput down 
)
inline

Definition at line 206 of file ShaderGraph.h.

Member Data Documentation

ShaderInput* ShaderGraphEdge::downstream

Definition at line 212 of file ShaderGraph.h.

ShaderOutput* ShaderGraphEdge::upstream

Definition at line 211 of file ShaderGraph.h.


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