UNPKG

playcanvas

Version:

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

6 lines (5 loc) 284 B
/** * @param {Map<string, string>} userChunks - User-defined shader chunks, stored in a Map. * @param {string} userAPIVersion - The API version of the user-defined shader chunks. */ export function validateUserChunks(userChunks: Map<string, string>, userAPIVersion: string): void;