UNPKG

gstats

Version:

Show DrawCalls, FPS, Texture Count on PIXI, Phaser projects

11 lines (10 loc) 225 B
export default class GLHook { drawPasses: number; isInit: boolean; private realGLDrawElements; private gl; constructor(_gl?: any); private fakeGLdrawElements; reset(): void; release(): void; }