Capítulo 659 de 859

Chapter 659: GLSLNodeParser

Core Idea

A GLSL node parser.

Reference Tables

Constructor

Signature
new GLSLNodeParser()

Methods

MethodDescription
.parseFunction( source : string ) : GLSLNodeFunctionThe method parses the given GLSL code an returns a node function.

Key Takeaways

  1. GLSLNodeParser extends: NodeParser
  2. Key methods: parseFunction.

Connects To