ebiten/internal/shareable
Hajime Hoshi c7330883ef restorable: Remove Fill and make (*ebiten.Image).Fill available for sub-images
Now a scissor (a clipping region) can be specified, we don't have to
worry about the rendering results out of the specified region.
Replace the implmenetation of the Fill with just a DrawTriangles with
an empty white image.

As a side effect, SubImage is avilable for Fill.

Fixes #1416
2020-11-08 02:50:06 +09:00
..
export_test.go shareable: Bug fix: wrong size calculation 2020-06-27 17:21:26 +09:00
image_test.go ebiten: Allow rendering on a sub-image by scissor test 2020-11-08 00:58:44 +09:00
image.go restorable: Remove Fill and make (*ebiten.Image).Fill available for sub-images 2020-11-08 02:50:06 +09:00
shader.go Update version to v2.0.0-alpha 2020-10-04 04:30:40 +09:00