All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HdMaterialNode2 Struct Reference

Describes an instance of a node within a network A node contains a (shader) type identifier, parameter values, and connections to upstream nodes. More...

Public Member Functions

bool operator== (const HdMaterialNode2 &rhs) const
 

Public Attributes

TfToken nodeTypeId
 
std::map< TfToken, VtValueparameters
 
std::map< TfToken, std::vector
< HdMaterialConnection2 > > 
inputConnections
 

Detailed Description

Describes an instance of a node within a network A node contains a (shader) type identifier, parameter values, and connections to upstream nodes.

A single input (mapped by TfToken) may have multiple upstream connections to describe connected array elements.

Definition at line 162 of file material.h.


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