UNPKG

phaser

Version:

A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers from the team at Phaser Studio Inc.

19 lines (17 loc) 622 B
/** * @author Richard Davey <rich@phaser.io> * @copyright 2013-2025 Phaser Studio Inc. * @license {@link https://opensource.org/licenses/MIT|MIT License} */ /** * The WebGLPipeline ReBind Event. * * This event is dispatched by a WebGLPipeline when it is re-bound by the Pipeline Manager. * * @event Phaser.Renderer.WebGL.Pipelines.Events#REBIND * @since 3.50.0 * * @param {Phaser.Renderer.WebGL.WebGLPipeline} pipeline - The pipeline that was rebound. * @param {Phaser.Renderer.WebGL.WebGLShader} currentShader - The shader that was set as being current. */ module.exports = 'pipelinerebind';