Buckets:
| /** | |
| * Base class for node parsers. A derived parser must be implemented | |
| * for each supported native shader language. | |
| */ | |
| class NodeParser { | |
| /** | |
| * The method parses the given native code an returns a node function. | |
| * | |
| * @abstract | |
| * @param {string} source - The native shader code. | |
| * @return {NodeFunction} A node function. | |
| */ | |
| parseFunction( /*source*/ ) { | |
| console.warn( 'Abstract function.' ); | |
| } | |
| } | |
| export default NodeParser; | |
Xet Storage Details
- Size:
- 447 Bytes
- Xet hash:
- badd99b1f763c90e552d24dbe7ac236caa93209b22664b3d28d2ff42925a004e
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.