new FilterTexture(gl, width, height, scaleMode)
Parameters:
Name | Type | Description |
---|---|---|
gl |
WebGLContext | the current WebGL drawing context |
width |
Number | the horizontal range of the filter |
height |
Number | the vertical range of the filter |
scaleMode |
Number | See {{#crossLink "PIXI/scaleModes:property"}}PIXI.scaleModes{{/crossLink}} for possible values |
Members
-
frameBuffer :Object
-
gl :WebGLContext
-
scaleMode :Number
-
texture :Object
Methods
-
clear()
-
Clears the filter texture.
-
destroy()
-
Destroys the filter texture.
-
resize(width, height)
-
Resizes the texture to the specified width and height
Parameters:
Name Type Description width
Number the new width of the texture
height
Number the new height of the texture