mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-13 04:22:05 +01:00
6b4c696b31
Before this fix, setting uniform variables could be skipped when the values were the same. This caused some issues when a number of drawing commands were much small than usual (e.g. SetScreenClearedEveryFrame with false). This change fixes this by not doing such optimization. Unfortunately it was impossible to create a minimum reproducible unit test since we cannot test the final screen framebuffer's states so far. Closes #2517 |
||
---|---|---|
.. | ||
gl | ||
context_js.go | ||
context_notjs.go | ||
context.go | ||
graphics_default.go | ||
graphics_glfw.go | ||
graphics_js.go | ||
graphics_mobile.go | ||
graphics.go | ||
image.go | ||
locationcache.go | ||
program.go | ||
shader.go |