Alias for BLIT
Do not clear the filter texture. The filter's output will blend on top of the output texture.
Clear only if PIXI.FilterSystem.forceClear is set or if the filter uses pixel blending.
Always clear the filter texture.
Alias for BLEND, same as false
in earlier versions
Alias for CLEAR, same as true
in earlier versions
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