File size: 122 Bytes
6cd9596
 
 
 
 
 
 
1
2
3
4
5
6
7
8
export class WebGLProperties {
  constructor();

  get(object: any): any;
  delete(object: any): void;
  clear(): void;
}