ebiten/internal/graphics
Andrew Gerrand a60976f260 internal/graphics: increase defaultViewportSize to 8192 (#538)
This makes it possible to run ebiten applications in full screen on 5k
displays, such as Apple's 27" iMac.

Fix issue #537
2018-03-08 11:53:49 +09:00
..
command.go graphics: Refactoring: Avoid type switch 2018-03-05 00:00:25 +09:00
doc.go graphics: Add comments 2017-09-24 22:56:50 +09:00
framebuffer.go internal/graphics: increase defaultViewportSize to 8192 (#538) 2018-03-08 11:53:49 +09:00
image.go restorable: Refactoring: clearIfVolatile 2018-03-01 23:13:23 +09:00
program.go opengl: Use unsafe-way to convert []float32/[]uint16 to []byte; Remove internal/endian 2018-03-04 18:06:35 +09:00
shader.go graphics: Fix screen filter calculation 2018-02-24 04:25:07 +09:00
texture.go graphics: Add 'screen' filter for fast rendering (#509) 2018-02-23 01:28:35 +09:00