FluxRenderContext

FluxRenderContext

new FluxRenderContext()

Class to represent a WebGL context which can render for multiple viewports
Source:

Members

(static) MAX_CONTEXTS

Maximum number of WebGL contexts allowed. Should be less than or equal to 16, the limit on recent systems.
Source:

Methods

(static) getNextContext() → {FluxRenderContext}

Each viewport uses the next available render context defined by this function
Source:
Returns:
The context instance
Type
FluxRenderContext