phaser/src/renderer
Richard Davey 75c5f11aee Updated shader source RGB to BGR and removed if-else block
* The `Single.frag`, `Light.frag` and `Multi.frag` shaders have all been updated so they now read the color value as `outTint.bgr` instead of `outTint.rgb`. This allows the colors to remain in RGB order within the Tint component.
* The `Single.frag`, `Light.frag` and `Multi.frag` shaders have all been updated so they no longer have a 3-way check on the `outTintEffect` value.
2020-09-14 11:02:02 +01:00
..
canvas The CanvasRenderer no longer reads or uses the Game Config resolution property. 2020-09-12 11:56:11 +01:00
snapshot Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
webgl Updated shader source RGB to BGR and removed if-else block 2020-09-14 11:02:02 +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