1
0
mirror of https://github.com/hajimehoshi/ebiten.git synced 2025-02-13 19:43:17 +01:00
Commit Graph

5 Commits

Author SHA1 Message Date
Hajime Hoshi
a040aae83b glfw: Update to GLFW 3.3
Fixes 
2019-11-26 01:19:20 +09:00
Hajime Hoshi
4a9a7f936d Make go vet a little happier on macOS
Updates 
2019-07-22 20:16:22 +09:00
Hajime Hoshi
3af351a2aa graphicsdriver/metal: Make this compilable on iOS
This change adds #ifs to enable to compile the driver on iOS.

This also removes BOOL, which can be a duplicated definition.
C's _Bool does not work well with Cgo. Use uint8_t instead for
boolean values.
2019-06-09 05:51:10 +09:00
Hajime Hoshi
a0a17330ee graphicsdriver/metal: Specify macOS version () 2019-01-02 00:08:46 +09:00
Hajime Hoshi
ff62876552 Add Metal implementation
Fixes 
2018-12-20 02:37:10 +09:00