ebiten/internal/graphics
Hajime Hoshi a1dd7b39a3 graphics: Remove roundTexel function
Actually, at least 704d4cf464,
examples/moire doesn't work well without roundTexel on MacBook Pro.
However, now other parts are fixed (e.g. highp is used), it looks
like roundTexel is no longer needed.
2018-05-13 22:30:22 +09:00
..
command.go graphics: Remove unneeded GL calls 2018-05-02 01:12:17 +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 graphics: Remove unneeded mutex 2018-03-25 23:55:38 +09:00
program.go graphics: Reland Bug fix: More strict calculation for the nearest filter (#558) 2018-03-21 02:40:26 +09:00
shader.go graphics: Remove roundTexel function 2018-05-13 22:30:22 +09:00
texture.go graphics: Add 'screen' filter for fast rendering (#509) 2018-02-23 01:28:35 +09:00