Hajime Hoshi
|
ebd0e11c0d
|
graphicsdriver/metal: Avoid synching texture data at ReplacePixels
Instead, use a temporary texture, transfer texture data to it, and
copy the data on GPU side.
|
2020-06-28 19:40:37 +09:00 |
|
Hajime Hoshi
|
9f76b96c1f
|
graphicsdriver/metal: Specify the texture type explicitly
|
2020-06-26 23:46:12 +09:00 |
|
Hajime Hoshi
|
67230ec499
|
graphicsdriver/metal/mtl: Remove CopyAllDevices
CopyAllDevices is not used at Ebiten, and not defined on iOS.
|
2019-06-09 04:32:48 +09:00 |
|
Hajime Hoshi
|
9d291f601e
|
graphicsdriver/metal: Bug fix: Make all the tests pass
|
2019-02-06 23:42:54 -10:00 |
|
Hajime Hoshi
|
ff62876552
|
Add Metal implementation
Fixes #621
|
2018-12-20 02:37:10 +09:00 |
|