1
0

COGLES2Driver: fix swapped color screenshots.

Thanks @sfan5 for patch (05c109a1d5)
Forum: https://irrlicht.sourceforge.io/forum/viewtopic.php?f=2&t=52819&p=306518


git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6383 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
cutealien
2022-05-05 14:10:48 +00:00
parent 0555e03109
commit ec38b153da
2 changed files with 18 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
--------------------------
Changes in ogl-es (not yet released - will be merged with trunk at some point)
- COGLES2Driver: fix swapped color screenshots. Thanks @sfan5 for patch (https://github.com/minetest/irrlicht/commit/05c109a1d52db8293d8721337853043924feedae)
- Add support for (experimental) WebGL1 driver for emscripten (still work in process)
- Add support for emscripten. Thanks @labsin for the patch.
- Add IVideoDriver::getAmbientLight function so shaders can access global ambient light easier