AppGfxCtx:

lastDrawCalls: number

How many draw calls we're doing last frame

ggl: GfxCtx

The graphics context

defTex: Texture

Default texture

postShader: string | null

Post Shader, used in postEffect()

bgTex: Texture

The background texture

viewport: Viewport

Where the game is rendered.

gl: WebGLRenderingContext