I want to simulate some raytracing effects and for that I want to use the OpenCL library which lets me do calculations on the GPU (I could use Vulkan, but it's hard for me to learn it).
It's ok if I can't, I can always render with CPU at lower resolution to compensate the performance loss.