File size: 162 Bytes
2b7aae2
 
 
 
 
 
1
2
3
4
5
6
7
export class WebGLObjects {
	constructor(gl: WebGLRenderingContext, geometries: any, attributes: any, info: any);

	update(object: any): any;
	dispose(): void;
}