We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9cc4bf commit 1ff6b0dCopy full SHA for 1ff6b0d
1 file changed
src/renderer/webgl/pipelines/const.js
@@ -74,7 +74,17 @@ var PIPELINE_CONST = {
74
* @const
75
* @since 3.50.0
76
*/
77
- POSTFX_PIPELINE: 'PostFXPipeline'
+ 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'
88
};
89
90
module.exports = PIPELINE_CONST;
0 commit comments