ebiten/internal/graphicsdriver/metal/ns
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 #1006
2019-12-03 01:03:44 +09:00
..
ns.go glfw: Update to GLFW 3.3 2019-11-26 01:19:20 +09:00
ns.h graphicsdriver/metal: Bug fix: Failed to compile for iOS 2019-12-03 01:03:44 +09:00
ns.m graphicsdriver/metal: Bug fix: Failed to compile for iOS 2019-12-03 01:03:44 +09:00