UNPKG

@tolokoban/tgd

Version:

ToloGameDev library for WebGL2

8 lines 285 B
export declare class TgdLogger { private level; private readonly lookupTable; lookup(gl: WebGL2RenderingContext, value: unknown): string; call<T>(name: string, function_: () => T): T; stateDepth(gl: WebGL2RenderingContext): void; } //# sourceMappingURL=log.d.ts.map