-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Labels
Description
I am trying to use the ZED in an application in which I have my own plugin that does things with CUDA, and I was wondering if it is possible to get the CUDA context in the unity plugin(the same way the cpp sdk allows) so I can get both of them on the same context to avoid context switching which causes slowdowns.