UNPKG

@gdgt/hlsl-loader

Version:

Webpack loader for using HLSL in WebGL 2.0

9 lines 259 B
/** * Converts a given string to a GLSL compatible symbol name. * * @param name - The input string. * @returns The GLSL compatible symbol name. * @internal */ export default function toGlName(name: string): string; //# sourceMappingURL=toGlName.d.ts.map