The WebGLPipeline After Flush Event.
This event is dispatched by a WebGLPipeline right after it has issued a drawArrays command and cleared its vertex count.
name | type | description |
---|---|---|
pipeline | Phaser.Renderer.WebGL.WebGLPipeline |
The pipeline that has flushed. |
isPostFlush | boolean |
Was this flush invoked as part of a post-process, or not? |