ebiten/internal/shareable
Hajime Hoshi e30d46e947 shareable: Reset non-updated-count at ReplacePixels
Before this change, ReplacePixels didn't affect the non-updated-count,
and an image using ReplacePixels tended to be on a shared image.
This was OK, but as lazy pixel loading is going to be introduced,
ReplacePixels also needs to reset the count.

Updates #1414
2020-11-06 02:19:02 +09:00
..
export_test.go shareable: Bug fix: wrong size calculation 2020-06-27 17:21:26 +09:00
image_test.go shareable: Reset non-updated-count at ReplacePixels 2020-11-06 02:19:02 +09:00
image.go shareable: Reset non-updated-count at ReplacePixels 2020-11-06 02:19:02 +09:00
shader.go Update version to v2.0.0-alpha 2020-10-04 04:30:40 +09:00