Buckets:

imerfanrajabee's picture
download
raw
488 Bytes
import NodeParser from '../core/NodeParser.js';
import GLSLNodeFunction from './GLSLNodeFunction.js';
/**
* A GLSL node parser.
*
* @augments NodeParser
*/
class GLSLNodeParser extends NodeParser {
/**
* The method parses the given GLSL code an returns a node function.
*
* @param {string} source - The GLSL code.
* @return {GLSLNodeFunction} A node function.
*/
parseFunction( source ) {
return new GLSLNodeFunction( source );
}
}
export default GLSLNodeParser;

Xet Storage Details

Size:
488 Bytes
·
Xet hash:
440afd887a86ccf8a6a40df4e146bde8b7f3ac3c98c09ebba44362a5694b3ae3

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.