makepath / rtxpy

Ray tracing using CUDA accessible from Python.
MIT License
12 stars 2 forks source link

Add multi-instance support #2

Open a7az0th opened 3 years ago

a7az0th commented 3 years ago

Right now there is only one global GAS for OptiX and if the user tries to build a second one we overwrite the first. We need to add support for multiple GASs