Skip to content

Commit 1ff6b0d

Browse files
committed
Expose Utility Pipeline
1 parent b9cc4bf commit 1ff6b0d

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

src/renderer/webgl/pipelines/const.js

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,17 @@ var PIPELINE_CONST = {
7474
* @const
7575
* @since 3.50.0
7676
*/
77-
POSTFX_PIPELINE: 'PostFXPipeline'
77+
POSTFX_PIPELINE: 'PostFXPipeline',
78+
79+
/**
80+
* The Utility Pipeline.
81+
*
82+
* @name Phaser.Renderer.WebGL.Pipelines.UTILITY_PIPELINE
83+
* @type {string}
84+
* @const
85+
* @since 3.50.0
86+
*/
87+
UTILITY_PIPELINE: 'UtilityPipeline'
7888
};
7989

8090
module.exports = PIPELINE_CONST;

0 commit comments

Comments
 (0)