ebiten/internal/graphicsutil
Hajime Hoshi 690c3cf981 graphics: Embed 'scale' part of the color matrix
If the color matrix includes only 'scale' part, they are embedded
into vertices in order to reduce draw calls.

Fixes #662
2018-08-10 23:20:55 +09:00
..
copy_test.go graphicsutil: Avoid duplicated copying 2018-03-09 01:00:23 +09:00
copy.go graphicsutil: Avoid duplicated copying 2018-03-09 01:00:23 +09:00
mipmap_test.go graphicsutil: Add MipmapLevel 2018-07-31 01:47:03 +09:00
mipmap.go graphicsutil: Add MipmapLevel 2018-07-31 01:47:03 +09:00
vertices.go graphics: Embed 'scale' part of the color matrix 2018-08-10 23:20:55 +09:00