phaser/src/renderer
Richard Davey 6aef37572d WebGLRenderer.previousPipeline is a new property that is set during a call to clearPipeline and used during calls to rebindPipeline, allowing the renderer to rebind any previous pipeline, not just the Multi Pipeline.
The `WebGLRenderer.rebindPipeline` method has been changed slightly. Previously, you had to specify the `pipelineInstance`, but this is now optional. If you don't, it will use the new `previousPipeline` property instead. If not set, or none given, it will now return without throwing gl errors as well.
2020-09-01 13:05:31 +01:00
..
canvas Fixed lint errors with PR #5193 2020-07-13 12:55:49 +01:00
snapshot Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
webgl WebGLRenderer.previousPipeline is a new property that is set during a call to clearPipeline and used during calls to rebindPipeline, allowing the renderer to rebind any previous pipeline, not just the Multi Pipeline. 2020-09-01 13:05:31 +01:00
BlendModes.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
index.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
ScaleModes.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00