UNPKG

excalibur

Version:

Excalibur.js is a simple JavaScript game engine with TypeScript bindings for making 2D games in HTML5 Canvas. Our mission is to make web game development as simple as possible.

8 lines (7 loc) 184 B
export declare class RenderSource { private _gl; private _texture; constructor(_gl: WebGLRenderingContext, _texture: WebGLTexture); use(): void; disable(): void; }