UNPKG

playcanvas

Version:

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

9 lines (8 loc) 207 B
/** * Object containing all default shader chunks used by shader generators. * * @type {Record<string, string>} * @category Graphics * @ignore */ export const shaderChunksGLSL: Record<string, string>;