|
|
|
|
|
by OliverM
1653 days ago
|
|
So it’s not possible to interface with Metal or the Accelerate framework on macOS using pure C? I’ve found some outdated C wrappers for metal but nothing up to date, and wondered if something in the later versions assumed Swift or Objective C library consumption… |
|
But it's not a big deal to move all the ObjC code into a separate .m source file and expose a smaller and higher level C API.