ebiten/internal/graphicsdriver/metal/ns
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
..
ns.go graphicsdriver/metal: Make this compilable on iOS 2019-06-09 05:51:10 +09:00
ns.h Add Metal implementation 2018-12-20 02:37:10 +09:00
ns.m Add Metal implementation 2018-12-20 02:37:10 +09:00