6cd9596
1
2
3
4
5
6
7
8
export class WebGLObjects { constructor(gl: WebGLRenderingContext, properties: any, info: any); getAttributeBuffer(attribute: any): any; getWireframeAttribute(geometry: any): any; update(object: any): void; }