Fix skybox images not using the right data layout
authorLuke Lau <luke_lau@icloud.com>
Sun, 9 Feb 2020 23:53:59 +0000 (23:53 +0000)
committerLuke Lau <luke_lau@icloud.com>
Sun, 9 Feb 2020 23:53:59 +0000 (23:53 +0000)
commit363a362ddcaa7a9c77dacc323bb12524dfacedd8
treeb7d3d03a191edea6da7968f9aa0de0ed1ebddb17
parent99d2b81ce5567869469fe2e55722cc212370c7db
Fix skybox images not using the right data layout

Something changed in ImageIO or OpenGL that caused UNSIGNED_SHORTS to be treated differently from GL_HALF_FLOAT
skybox.cpp