machineuser
version control dist & node_modules...
263e0f2
raw
history blame contribute delete
218 Bytes
export class WebGLObjects {
constructor(gl: WebGLRenderingContext, properties: any, info: any);
getAttributeBuffer(attribute: any): any;
getWireframeAttribute(geometry: any): any;
update(object: any): void;
}