ebiten/internal/graphics
2016-07-01 02:40:53 +09:00
..
opengl opengl: Bug fix: glGetShaderPrecisionFormat returns wrong values on emulators (#239) 2016-07-01 02:40:53 +09:00
command.go graphics: Fix a comment 2016-06-28 03:05:47 +09:00
draw.go graphics: Optimize commands: call glBufferSubData as less times as possible 2016-06-03 12:52:20 +09:00
framebuffer.go graphics: Bug fix: Need to reset viewport size after resizing (#232) 2016-06-18 06:47:35 +09:00
image.go Remove 'default framebuffer' and add 'screen framebuffer' for iOS 2016-06-18 04:56:13 +09:00
math_test.go graphics: NextPowerOf2Int -> NextPowerOf2Int32 2016-02-27 02:35:05 +09:00
math.go graphics: NextPowerOf2Int -> NextPowerOf2Int32 2016-02-27 02:35:05 +09:00
program.go graphics: Remove Finalize 2016-06-30 00:21:47 +09:00
shader.go opengl: Bug fix: div 0 in shader 2016-06-26 15:57:45 +09:00
texture.go graphics: Add image.go 2016-06-12 01:45:40 +09:00