Phaser API Documentation

  Version: 
postRenderWebGL(pipeline, getTintFunction)

Description:

Called internally by the WebGL Renderer.

Parameters:

name type description
pipeline Phaser.Renderer.WebGL.Pipelines.MultiPipeline

The WebGL Pipeline to render to. Must provide the drawFillRect method.

getTintFunction function

A function that will return the gl safe tint colors.

Returns:
Description:

true if the effect drew to the renderer, otherwise false.

Type:
  • boolean
Since: 3.5.0