ebiten/internal/mipmap
Hajime Hoshi c99fd1a742 mipmap: Create mipmap package and bufferd.Image uses it
Mipmap calculation must be executed after the main loop starts
because the graphics driver's HasHighPrecisionFloat is needed.
Then, operations on mipmap images must be called from images in
buffered package.

Updates #1044
2020-01-08 02:06:01 +09:00
..
mipmap_test.go mipmap: Create mipmap package and bufferd.Image uses it 2020-01-08 02:06:01 +09:00
mipmap.go mipmap: Create mipmap package and bufferd.Image uses it 2020-01-08 02:06:01 +09:00
vertex.go mipmap: Create mipmap package and bufferd.Image uses it 2020-01-08 02:06:01 +09:00