< Previous | Contents | Next >
The Shader String
The GLSL shader string used to construct a ViewShadeNode object consists of a function called ShadePixel(). This function takes a single argument, inout FuPixel f, which is used to return the view pixel being processed.