ebiten/internal/graphics
Hajime Hoshi 399f965729 opengl: Add BindBuffer accepting both element-array-buffer and array-buffer
This change is a pure refactoring to clarify that array buffer is
binded before its usage.
2018-05-28 00:34:00 +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 opengl: Add BindBuffer accepting both element-array-buffer and array-buffer 2018-05-28 00:34:00 +09:00
shader.go graphics: Allow a little margin for edge pixels 2018-05-13 23:00:06 +09:00
texture.go graphics: Add 'screen' filter for fast rendering (#509) 2018-02-23 01:28:35 +09:00