1
0
mirror of https://github.com/hajimehoshi/ebiten.git synced 2025-01-18 23:12:02 +01:00
Commit Graph

4 Commits

Author SHA1 Message Date
Hajime Hoshi
7991ba4cfa graphicsdriver/metal: Bug fix: Failed to compile for iOS
The definition of BOOL is different between macOS and iOS. C's
bool is used on iOS, but C's bool is hard to use from Go (e.g.,
an integer cannot be converted to C's bool). Use unsigned char
instead.

Fixes 
2019-12-03 01:03:44 +09:00
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
ff62876552 Add Metal implementation
Fixes 
2018-12-20 02:37:10 +09:00