1
0
mirror of https://github.com/hajimehoshi/ebiten.git synced 2025-02-25 17:30:09 +01:00
Commit Graph

5 Commits

Author SHA1 Message Date
TotallyGamerJet
56ec19caa1
all: use RTLD_LAZY in dlopen for darwin ()
dlopen requires either RTLD_LAZY or RTLD_NOW but there was neither.

Updates 
2022-11-14 04:44:51 +09:00
Artem Yadelskyi
10415d417a
all: replace interface{} with any ()
Closes 
2022-11-03 15:33:09 +09:00
TotallyGamerJet
05470f7706
internal/graphicsdriver/metal: remove C for macOS ()
Updates 
2022-08-18 01:39:34 +09:00
Hajime Hoshi
162f62f54e internal/graphicsdriver/metal/mtl: bug fix: test compile error 2022-02-11 23:23:22 +09:00
Hajime Hoshi
35deb53624 internal/graphicsdriver/metal: Rename files to remove +build comments 2021-08-23 02:06:09 +09:00