Alias for BLIT
2
Do not clear the filter texture. The filter's output will blend on top of the output texture.
0
Clear only if PIXI.FilterSystem.forceClear is set or if the filter uses pixel blending.
2
Always clear the filter texture.
1
Alias for BLEND, same as false
in earlier versions
0
Alias for CLEAR, same as true
in earlier versions
1
Generated using TypeDoc
Configure whether filter textures are cleared after binding.
Filter textures need not be cleared if the filter does not use pixel blending. PIXI.CLEAR_MODES.BLIT will detect this and skip clearing as an optimization.
Memberof
PIXI
Static