HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ShaderGraph.h File Reference
+ Include dependency graph for ShaderGraph.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ShaderGraph
 
class  ShaderGraphEdge
 
class  ShaderGraphEdgeIterator
 

Typedefs

using ShaderGraphInputSocket = ShaderOutput
 
using ShaderGraphOutputSocket = ShaderInput
 
using ShaderGraphPtr = shared_ptr< class ShaderGraph >
 A shared pointer to a shader graph. More...
 

Detailed Description

Shader graph class

Definition in file ShaderGraph.h.

Typedef Documentation

An internal input socket in a shader graph, used for connecting internal nodes to the outside

Definition at line 32 of file ShaderGraph.h.

An internal output socket in a shader graph, used for connecting internal nodes to the outside

Definition at line 36 of file ShaderGraph.h.

using ShaderGraphPtr = shared_ptr<class ShaderGraph>

A shared pointer to a shader graph.

Definition at line 39 of file ShaderGraph.h.