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
mtl_test.go
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