Questions tagged [opencl]
The opencl tag has no summary.
2 questions
0 votes
0 answers
235 views
Is it possible to use hardware acceleration in OpenCL
I built a small game engine using OpenCL and SDL2 but it's not running really fast compare to Vulkan and OpenGL. I wrote rasterization code, but when I did some research Vulkan and OpenGL use hardware ...
-1 votes
3 answers
483 views
Is OpenGL built on top of OpenCL?
Does OpenGL use the help of OpenCL to do the GPU calculations for shader and vertex, or OpenGL have another library to do GPU calculations.