pixi.renderers.webgl.utils.WebGLMaskManager

type
class
metadata
:native
"PIXI.WebGLMaskManager"

Constructor

new()

Instance Methods

destroy() : Void

Destroys this object.

popMask(maskData : Array<Dynamic>, renderSession : Dynamic) : Void

parameters
maskData {Array}
renderSession {Object} an object containing all the useful parameters
Removes the last filter from the filter stack and doesn't return it.

pushMask(maskData : Array<Dynamic>, renderSession : Dynamic) : Void

parameters
maskData {Array}
renderSession {Object}
Applies the Mask and adds it to the current filter stack.

setContext(gl : Dynamic) : Void

parameters
gl {WebGLContext} the current WebGL drawing context