ebiten/internal/graphicsdriver/opengl
Hajime Hoshi 7586c660d5 graphics: Change the number of floats for a vertex from 10 to 12
This is a preparation for Metal, that forces 4 floats for a vertex
position.
2018-11-17 15:30:11 +09:00
..
bytes.go Add package graphicsdriver; Move opengl to graphicsdriver/opengl 2018-11-10 22:52:37 +09:00
context_desktop.go graphicsdriver/opengl: Unexport Context 2018-11-11 01:19:11 +09:00
context_js.go graphicsdriver/opengl: Unexport Context 2018-11-11 01:19:11 +09:00
context_mobile.go graphicsdriver/opengl: Bug fix: compile error on browsers and mobiles 2018-11-11 04:51:17 +09:00
context.go graphicsdriver/opengl: Remove theContext 2018-11-11 03:37:37 +09:00
driver_js.go graphicsdriver/opengl: Bug fix: compile error on browsers and mobiles 2018-11-11 04:51:17 +09:00
driver_mobile.go graphicsdriver/opengl: Bug fix: compile error on browsers and mobiles 2018-11-11 04:51:17 +09:00
driver.go graphicsdriver/opengl: Rename GetDriver -> Get 2018-11-13 00:01:26 +09:00
framebuffer.go graphicsdriver/opengl: Remove theContext 2018-11-11 03:37:37 +09:00
image.go graphicsdriver: Rename Delete -> Dispose 2018-11-12 23:44:39 +09:00
locationcache.go graphicsdriver/opengl: Unexport Context 2018-11-11 01:19:11 +09:00
matrix.go Add package graphicsdriver; Move opengl to graphicsdriver/opengl 2018-11-10 22:52:37 +09:00
program.go graphics: Change the number of floats for a vertex from 10 to 12 2018-11-17 15:30:11 +09:00
shader.go graphics: Change the number of floats for a vertex from 10 to 12 2018-11-17 15:30:11 +09:00
types.go Add package graphicsdriver; Move opengl to graphicsdriver/opengl 2018-11-10 22:52:37 +09:00