Protected
_Whether current blend equation is different
Readonly
blendBlend mode
Protected
blendProtected
Readonly
checksCollection of check calls
Protected
Readonly
defaultDefault WebGL State
Protected
Readonly
glGL context
Protected
Readonly
mapCollection of calls
Readonly
polygonPolygon offset
Readonly
stateState ID
Resets all the logic and disables the VAOs.
Sets whether to enable or disable blending.
Turn on or off WebGl blending.
Sets the blend mode.
The blend mode to set to.
Sets whether to enable or disable cull face.
Turn on or off webgl cull face.
Sets whether to enable or disable depth mask.
Turn on or off webgl depth mask.
Sets whether to enable or disable depth test.
Turn on or off webgl depth testing.
Sets the gl front face.
true is clockwise and false is counter-clockwise
Sets whether to enable or disable polygon offset fill.
Turn on or off webgl polygon offset testing.
Sets the polygon offset.
the polygon offset
the polygon offset scale
Checks to see which updates should be checked based on which settings have been activated.
For example, if blend is enabled then we should check the blend modes each time the state is changed or if polygon fill is activated then we need to check if the polygon offset changes. The idea is that we only check what we have too.
the checking function to add or remove
should the check function be added or removed.
System plugin to the renderer to manage WebGL state machines.
Memberof
PIXI