ebiten/internal/graphicsdriver
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
..
metal graphicsdriver/metal: Make this compilable on iOS 2019-06-09 05:51:10 +09:00
opengl graphicsdriver/opengl: Use context.Context when possible 2019-06-08 01:30:15 +09:00