![]() |
MaterialX 1.39.5
|
Shader graph refactoring passes. More...
#include <MaterialXGenShader/Export.h>Go to the source code of this file.
Classes | |
| class | ShaderGraphRefactor |
| Base class for shader graph refactoring passes. More... | |
| class | NodeElisionRefactor |
| Removes constant and dot nodes by bypassing them. More... | |
| class | PremultipliedBsdfAddRefactor |
| Replaces BSDF mix nodes with premultiplied add nodes. More... | |
| class | DistributeLayerOverMixRefactor |
| Distributes layer operations over mix nodes. More... | |
Typedefs | |
| using | ShaderGraphRefactorPtr = shared_ptr<class ShaderGraphRefactor> |
| A shared pointer to a shader graph refactor. | |
Shader graph refactoring passes.