Buckets:

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

Xet Storage Details

Size:
500 Bytes
·
Xet hash:
6c26d8266ea091fda2207b280f315dfd6d6b21db4d9937fbb143f937ebe9c66e

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