UNPKG

gl-react

Version:

Universal React library, write and compose WebGL shaders, implement complex effects using a descriptive paradigm

10 lines 309 B
export declare const GLSLSymbol = "GLSL"; /** * object created by **GLSL``** string template */ export type GLSLCode = string; /** * GLSL string template to write your shader. */ export default function GLSL(strings: TemplateStringsArray, ...values: string[]): GLSLCode; //# sourceMappingURL=GLSL.d.ts.map