Hacker News new | ask | show | jobs
by pcwalton 2572 days ago
It's not good for users when vendor drivers work and Apple's drivers don't. I know OpenGL is deprecated, but a lot of apps still use it because it's cross platform, and Apple has the worst GL drivers in the industry. Even Metal is missing many features from Vulkan [1].

[1]: https://github.com/KhronosGroup/MoltenVK/blob/master/Docs/Mo...

1 comments

Right, I'm not an expert on the Metal API but I noticed there didn't seem to be a way to submit split barriers to the command queues.

I don't know much more about Metal beyond that though.