Capítulo 755 de 859
Base class for node parsers. A derived parser must be implemented for each supported native shader language.
Constructor
| Signature |
|---|
new NodeParser() |
Methods
| Method | Description |
|---|---|
.parseFunction( source : string ) : NodeFunction (abstract) | The method parses the given native code an returns a node function. |