Hacker News new | ask | show | jobs
by dartos 827 days ago
Is vulkan strictly a rasterization library?

I thought you could also do numeric calculations with compute shaders.

1 comments

Yep you can, but there's still an astronomical amount of crap you have to do that has nothing to do with pure compute. OpenCL has none of these problems, and is IMO just the perfect compute API.