UNPKG

playcanvas

Version:

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

9 lines (8 loc) 212 B
export class ShadowMapCache { cache: Map<any, any>; destroy(): void; clear(): void; getKey(light: any): string; get(device: any, light: any): any; add(light: any, shadowMap: any): void; }