The renderer this System works for.
Protected
CONTEXT_Readonly
extensionsExtensions available.
Protected
glReadonly
supportsFeatures supported by current context.
Pass-thru setting for the canvas' context alpha
property. This is typically
not something you need to fiddle with. If you want transparency, use backgroundAlpha
.
Readonly
webEither 1 or 2 to reflect the WebGL version being used.
Protected
contextHelper class to create a WebGL Context
the canvas element that we will get the context from
An options object that gets passed in to the canvas element containing the context attributes
the WebGL context
Generic destroy methods to be overridden by the subclass
Protected
getAuto-populate the PIXI.ContextSystem.extensions extensions.
Protected
handleHandles a lost webgl context
The context lost event.
Protected
handleHandles a restored webgl context.
Protected
initProtected
initProtected
Initialize from context options
context attributes
Protected
postrenderHandle the post-render runner event.
Protected
validate
System plugin to the renderer to manage the context.
Memberof
PIXI