Context
Hierarchy
Constructors
new Context(canvas: HTMLCanvasElement, opts?: ContextOptions): Context
Properties
canvas: HTMLCanvasElement
capabilities: ContextCapabilities
The capabilities supported by current browser.
gl: WebGLRenderingContext
The WebGL rendering context used in this Context.
Context contains the WebGL context.