File size: 124 Bytes
263e0f2
 
 
 
 
1
2
3
4
5
6
export class WebGLLights {
  constructor(gl: WebGLRenderingContext, properties: any, info: any);

  get(light: any): any;
}