ebiten/internal/graphicsdriver/metal/mtl
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
..
example_test.go graphicsdriver/metal/mtl: Remove CopyAllDevices 2019-06-09 04:32:48 +09:00
mtl_test.go graphicsdriver/metal: Bug fix: Make all the tests pass 2019-02-06 23:42:54 -10:00
mtl.go graphicsdriver/metal: Make this compilable on iOS 2019-06-09 05:51:10 +09:00
mtl.h graphicsdriver/metal: Make this compilable on iOS 2019-06-09 05:51:10 +09:00
mtl.m graphicsdriver/metal: Make this compilable on iOS 2019-06-09 05:51:10 +09:00