GLSLNodeParser.html.md 514 B

Inheritance: NodeParser →

GLSLNodeParser

A GLSL node parser.

Constructor

new GLSLNodeParser()

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.

Source

src/nodes/parsers/GLSLNodeParser.js

粤ICP备19079148号