ebiten/internal/mipmap
Hajime Hoshi b3bdf51905
graphicscommand: Return the error immediately (#1060)
Now grpahicscommand saves the error and shows the error after a
while. This was good to simplify the API but was the cause to hide
some issues.

This change fixes all the errors to be returned immediately, and
buffer this in the ebiten package instead.

Fixes #971
2020-01-19 01:18:56 +09:00
..
mipmap_test.go mipmap: Create mipmap package and bufferd.Image uses it 2020-01-08 02:06:01 +09:00
mipmap.go graphicscommand: Return the error immediately (#1060) 2020-01-19 01:18:56 +09:00
vertex.go mipmap: Create mipmap package and bufferd.Image uses it 2020-01-08 02:06:01 +09:00