ebiten/internal/shareable
Hajime Hoshi d4042a5cfa ebiten: Bug fix: Source regions should not be passed when not needed
The source region information affects the condition of merging
graphics commands. To avoid performance issues by the big number of
graphcis commands, do not pass the source region whenever possible.

Fixes #1293
2020-08-12 02:12:35 +09:00
..
export_test.go shareable: Bug fix: wrong size calculation 2020-06-27 17:21:26 +09:00
image_test.go shader: Use the fixed number of images for shaders 2020-07-18 18:27:47 +09:00
image.go ebiten: Bug fix: Source regions should not be passed when not needed 2020-08-12 02:12:35 +09:00
shader.go shareable: Allow multiple call of (*Shader).Dispose 2020-05-29 03:47:06 +09:00