@@ -20,7 +20,7 @@ export class WebGLInfo {
points: number;
triangles: number;
};
- update( count: any, mode: any, instanceCount: any ): void;
+ update( count: number, mode: GLenum, instanceCount: number ): void;
reset(): void;
}