I have a device that supports GPU raytracing, and I can successfully enable the option using the VRED GUI. If I use the Python API functions enableRaytracing() or toggleRaytracing(), only CPU raytracing is enabled.
I would like to enable GPU raytracing using only the Python API. Is this possible?