All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HdStMaterialNetwork Class Referencefinal

Helps HdStMaterial process a Hydra material network into shader source code and parameters values. More...

Public Types

using TextureDescriptorVector = std::vector< TextureDescriptor >
 

Public Member Functions

HDST_API void ProcessMaterialNetwork (SdfPath const &materialId, HdMaterialNetworkMap const &hdNetworkMap, HdStResourceRegistry *resourceRegistry)
 Process a material network topology and extract all the information we need from it. More...
 
HDST_API TfToken const & GetMaterialTag () const
 
HDST_API std::string const & GetFragmentCode () const
 
HDST_API std::string const & GetGeometryCode () const
 
HDST_API VtDictionary const & GetMetadata () const
 
HDST_API
HdSt_MaterialParamVector const & 
GetMaterialParams () const
 
HDST_API
TextureDescriptorVector const & 
GetTextureDescriptors () const
 

Detailed Description

Helps HdStMaterial process a Hydra material network into shader source code and parameters values.

Definition at line 42 of file materialNetwork.h.

Member Function Documentation

HDST_API void ProcessMaterialNetwork ( SdfPath const &  materialId,
HdMaterialNetworkMap const &  hdNetworkMap,
HdStResourceRegistry resourceRegistry 
)

Process a material network topology and extract all the information we need from it.


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