PIXI.CLEAR_MODES
CLEAR_MODES
Configure whether filter textures are cleared after binding.
Filter textures need not be cleared if the filter does not use pixel blending. CLEAR_MODES.BLIT will detect this and skip clearing as an optimization.
Summary
Properties from CLEAR_MODES
number |
|
number |
|
number |
|
number |
|
number |
|
number |
|
Public Properties
static BLEND: number
Do not clear the filter texture. The filter's output will blend on top of the output texture.
static BLIT: number
Clear only if FilterSystem.forceClear is set or if the filter uses pixel blending.