MaterialX 1.39.5
Loading...
Searching...
No Matches
ShaderGraphRefactor.h File Reference

Shader graph refactoring passes. More...

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.
 

Detailed Description

Shader graph refactoring passes.