ebiten/internal/restorable
Hajime Hoshi 4824cbc755 internal/graphicscommand: bug fix: IsInvalidated was not concurrent-safe
This function was not called actually, so this is not a real problem.
However, this could be a potential problem for a future GLES driver (#292).

Updates #292
Closes #2321
2022-09-13 12:23:19 +09:00
..
doc.go ebiten: add WritePixels replacing ReplacePixels 2022-08-08 03:50:27 +09:00
image.go internal/graphicscommand: bug fix: IsInvalidated was not concurrent-safe 2022-09-13 12:23:19 +09:00
images_test.go internal/restorable: rename ReplacePixels -> WritePixels 2022-08-08 03:16:26 +09:00
images.go internal/graphicscommand: move availableFilename to graphicscommand 2022-08-31 13:26:14 +09:00
rect.go image/rectangle: read pixels only for necessary parts 2022-08-27 23:23:33 +09:00
shader_test.go internal/restorable: rename ReplacePixels -> WritePixels 2022-08-08 03:16:26 +09:00
shader.go ebiten: compile shaders at NewShader 2022-04-04 02:52:57 +09:00