UNPKG

171 BTypeScriptView Raw
1export class WebGLObjects {
2 constructor(gl: WebGLRenderingContext, geometries: any, attributes: any, info: any);
3
4 update(object: any): any;
5 dispose(): void;
6}