I am currently using the Optix ray tracing engine on Visual Studio. My problem consists of computing data and rendering them with Optix.
I have already written a pure C CUDA program to compute the data, but I cannot integrate it inside my Optix project.
I compiled my Optix project by using the SDK's CMakeLists.txt and modifying it. Any insight on how to make my project compile the C CUDA files (.cu) as well as the Optix Kernels (also .cu) in the same VS project?
This is a duplicate question to one asked on the official forum for OptiX. Please see the following link.