/** * A template string function for glsl source code * * @public * @remarks * This has no runtime functionality. It is a development * tool that allows allows code editors (e.g. VSCode) to * highlight glsl source code inside a typescript file * with glsl highlighter. */ export declare function glsl(str: TemplateStringsArray): string; //# sourceMappingURL=glsl.d.ts.map