Hacker News new | ask | show | jobs
by ilaksh 3278 days ago
Has someone created a wrapper or higher-level API that takes care of some of the details for common use-cases?

For example, say I don't need to optimize my command submittal, or I just want the main device. Or maybe my common use case is a compute shader just like the program submitted in this Hacker News post. I would want a class that just exposed a simple API like runComputeShader() or something.