ebiten/internal/graphicsdriver
Hajime Hoshi 52f6be2639 graphicsdriver/opengl: Fix suspicious GL function calls
Before this change, the pixel object buffer is unbound just after
getting a pointer by glMapBuffer. This seemed suspicious.

This change fixes to do all pixel manipulations once between
glMapBuffer and glUnmapBuffer without changing a bound buffer.

This might fix a wrong rendering on some machines, but I am not
sure.

Updates #993
2019-11-20 02:41:34 +09:00
..
metal graphicsdriver/metal/mtl: Bug fix: need to link CoreGraphics as of Catalina 2019-11-17 22:59:21 +09:00
opengl graphicsdriver/opengl: Fix suspicious GL function calls 2019-11-20 02:41:34 +09:00