Loading...
Searching...
No Matches
HdMaterialNetwork2 Struct Reference

Container of nodes and top-level terminal connections. More...

#include <material.h>

Public Member Functions

bool operator== (const HdMaterialNetwork2 &rhs) const
 

Public Attributes

std::map< SdfPath, HdMaterialNode2nodes
 
std::map< TfToken, HdMaterialConnection2terminals
 
TfTokenVector primvars
 

Detailed Description

Container of nodes and top-level terminal connections.

This is the mutable representation of a shading network sent to filtering functions by a MatfiltFilterChain.

Definition at line 177 of file material.h.

Member Function Documentation

◆ operator==()

bool operator== ( const HdMaterialNetwork2 rhs) const
inline

Definition at line 183 of file material.h.

Member Data Documentation

◆ nodes

std::map<SdfPath, HdMaterialNode2> nodes

Definition at line 179 of file material.h.

◆ primvars

TfTokenVector primvars

Definition at line 181 of file material.h.

◆ terminals

std::map<TfToken, HdMaterialConnection2> terminals

Definition at line 180 of file material.h.


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