Methods
.parseFunction( source : string ) : GLSLNodeFunction
The method parses the given GLSL code an returns a node function.
| source |
The GLSL code. |
- Overrides: NodeParser#parseFunction
- Returns: A node function.
A GLSL node parser.
The method parses the given GLSL code an returns a node function.
| source |
The GLSL code. |