Capítulo 755 de 859

Chapter 755: NodeParser

Core Idea

Base class for node parsers. A derived parser must be implemented for each supported native shader language.

Reference Tables

Constructor

Signature
new NodeParser()

Methods

MethodDescription
.parseFunction( source : string ) : NodeFunction (abstract)The method parses the given native code an returns a node function.

Key Takeaways

  1. Key methods: parseFunction.

Connects To