Renderer

Phaser.Renderer

BITMAPMASK_PIPELINE

BITMAPMASK_PIPELINE: string

Description:

The Bitmap Mask Pipeline.

Source: src/renderer/webgl/pipelines/const.js#L9
Since: 3.50.0

LIGHT_PIPELINE

LIGHT_PIPELINE: string

Description:

The Light 2D Pipeline.

Source: src/renderer/webgl/pipelines/const.js#L19
Since: 3.50.0

POINTLIGHT_PIPELINE

POINTLIGHT_PIPELINE: string

Description:

The Point Light Pipeline.

Source: src/renderer/webgl/pipelines/const.js#L29
Since: 3.50.0

SINGLE_PIPELINE

SINGLE_PIPELINE: string

Description:

The Single Texture Pipeline.

Source: src/renderer/webgl/pipelines/const.js#L39
Since: 3.50.0

MULTI_PIPELINE

MULTI_PIPELINE: string

Description:

The Multi Texture Pipeline.

Source: src/renderer/webgl/pipelines/const.js#L49
Since: 3.50.0

ROPE_PIPELINE

ROPE_PIPELINE: string

Description:

The Rope Pipeline.

Source: src/renderer/webgl/pipelines/const.js#L59
Since: 3.50.0

GRAPHICS_PIPELINE

GRAPHICS_PIPELINE: string

Description:

The Graphics and Shapes Pipeline.

Source: src/renderer/webgl/pipelines/const.js#L69
Since: 3.50.0

POSTFX_PIPELINE

POSTFX_PIPELINE: string

Description:

The Post FX Pipeline.

Source: src/renderer/webgl/pipelines/const.js#L79
Since: 3.50.0

UTILITY_PIPELINE

UTILITY_PIPELINE: string

Description:

The Utility Pipeline.

Source: src/renderer/webgl/pipelines/const.js#L89
Since: 3.50.0

MOBILE_PIPELINE

MOBILE_PIPELINE: string

Description:

The Mobile Texture Pipeline.

Source: src/renderer/webgl/pipelines/const.js#L99
Since: 3.60.0

FX_PIPELINE

FX_PIPELINE: string

Description:

The Special FX Pipeline.

Source: src/renderer/webgl/pipelines/const.js#L109
Since: 3.60.0

Updated on