ebiten/internal/atlas
Bertrand Jung 22fd1f107e
internal/graphics: renamed shader image count to specify src (#3012)
This just specifies that the constant refers to the number of source images passed to a shader.

This makes a distinction with the number of dst images, that could potentially be more than 1 in the future.
2024-06-10 02:02:47 +09:00
..
export_test.go internal/atlas: refactoring 2024-04-29 23:34:37 +09:00
image_test.go internal/graphics: renamed shader image count to specify src (#3012) 2024-06-10 02:02:47 +09:00
image.go internal/graphics: renamed shader image count to specify src (#3012) 2024-06-10 02:02:47 +09:00
set.go internal/atlas: bug fix: copy the image slice before iterating it 2023-08-23 16:41:34 +09:00
shader_test.go internal/graphics: renamed shader image count to specify src (#3012) 2024-06-10 02:02:47 +09:00
shader.go internal/builtinshader: move a clearing shader to builtinshader 2024-05-05 02:18:14 +09:00