ebiten/internal/restorable
Hajime Hoshi 6b814888b5 internal/atlas: always use DrawTriangles at putOnAtlas
DrawTriangles was introduced at #1508, and apparently there is no
reason we should use ReplacePixels here. So, simplify the logic by
using only DrawTriangles.
2022-06-10 02:58:04 +09:00
..
doc.go restorable: Add comments 2017-09-15 00:24:18 +09:00
image.go internal/atlas: always use DrawTriangles at putOnAtlas 2022-06-10 02:58:04 +09:00
images_test.go internal/restorable: refactoring: unify NewScreenFramebufferImage and NewImage 2022-06-06 09:33:50 +09:00
images.go internal/atlas: always use DrawTriangles at putOnAtlas 2022-06-10 02:58:04 +09:00
rect.go internal/restorable: add a new parameter specifying a mask for ReplacePixels 2022-03-21 03:08:58 +09:00
shader_test.go internal/restorable: refactoring: unify NewScreenFramebufferImage and NewImage 2022-06-06 09:33:50 +09:00
shader.go ebiten: compile shaders at NewShader 2022-04-04 02:52:57 +09:00