UNPKG

playcanvas

Version:

Open-source WebGL/WebGPU 3D engine for the web

8 lines (7 loc) 257 B
export class ShaderGenerator { /** * @param {Map<string, string>} defines - the set of defines to be used in the shader. * @returns {number} the hash code of the defines. */ static definesHash(defines: Map<string, string>): number; }