RayTracing icon indicating copy to clipboard operation
RayTracing copied to clipboard

Realtime GPU Path tracer based on OpenCL and OpenGL

Results 5 RayTracing issues
Sort by recently updated
recently updated
newest added

the 3rd party dependency such as CL11 turns to be not convenient to support linux platform. How to compile the project to suitable for linux platform, thank u very much~

it seems lack "OpenCL_Light" library when compiling by make, but I can not find OpenCL lib?

This error **Failed to create OpenCL context (CL_INVALID_GL_SHAREGROUP_REFERENCE_KHR)** is occurring on my laptop. It is happening because OpenGL is selecting the integrated GPU as the first device. Removing the discrete...

Hello, I am embarking on trying to update, while learning of course, a cross-platform 3D engine which runs on Windows, Linux, and MacOS and that uses SLD/OpenGL for its current...