The WebGLPipeline Before Flush Event.
This event is dispatched by a WebGLPipeline right before it is about to flush and issue a bufferData and drawArrays command.
name | type | description |
---|---|---|
pipeline | Phaser.Renderer.WebGL.WebGLPipeline |
The pipeline that is about to flush. |
isPostFlush | boolean |
Was this flush invoked as part of a post-process, or not? |