Unity Products:Amplify Shader Editor/Template Multi-Pass Switch

From Amplify Creations Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Back to Node List

Template Multi-Pass Switch Node

The Template Multi-Pass Switch node relays, in compile time, the correct input port according to current analyzed sub-shader/pass.

This sample uses the Outline Multi-Pass Template example described over the templates documentation.
As it can be seen Outline Color, which is a Pass 0 variable with a color value of black, is relayed to the Outline output node and Main Body Color, which is a Pass 1 variable with a color value of white, is relayed to to the MainBody output node.

Back to Node List