ebiten/internal/restorable
Hajime Hoshi 0f4066e7ac internal/restorable: remove clearIfOverlapped
We found clearIfOverlapped could be a heavy task in some actual applications.
Instead of clearing existing data in the pixels records, add a new record
with a nil slice which indicates a cleared region.
2023-05-25 21:26:53 +09:00
..
doc.go all: update comments 2023-02-07 12:05:43 +09:00
export_test.go internal/restorable: refactoring: add EndFrame 2023-05-08 01:09:25 +09:00
image.go internal/restorable: remove clearIfOverlapped 2023-05-25 21:26:53 +09:00
images_test.go internal/restorable: refactoring: add EndFrame 2023-05-08 01:09:25 +09:00
images.go internal/restorable: refactoring: add EndFrame 2023-05-08 01:09:25 +09:00
pixelrecords.go internal/restorable: remove clearIfOverlapped 2023-05-25 21:26:53 +09:00
rect_test.go internal/restorable: optimize removeDuplicatedRegions from O((n+m)^2) to O(n*m + m^2) (#2631) 2023-04-09 02:31:22 +09:00
shader_test.go internal/restorable: refactoring: add EndFrame 2023-05-08 01:09:25 +09:00
shader.go all: add a compiler directive kage:unit 2023-04-23 22:11:57 +09:00