ebiten/internal/graphics
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
..
command.go graphics: Add logging when 'ebitendebug' tag is specified 2018-08-10 02:39:07 +09:00
debug_ebitendebug.go graphics: Bug fix: compile error 2018-08-10 03:10:57 +09:00
debug_notebitendebug.go graphics: Add logging when 'ebitendebug' tag is specified 2018-08-10 02:39:07 +09:00
doc.go graphics: Add comments 2017-09-24 22:56:50 +09:00
framebuffer.go Refactoring 2018-05-12 15:25:01 +09:00
image.go Revert "graphics: Embed color matrices values to vertices (#655)" 2018-08-06 01:44:31 +09:00
program.go graphics: Embed 'scale' part of the color matrix 2018-08-10 23:20:55 +09:00
shader.go graphics: Embed 'scale' part of the color matrix 2018-08-10 23:20:55 +09:00
texture.go graphics: Add 'screen' filter for fast rendering (#509) 2018-02-23 01:28:35 +09:00