Search found 1 match

by HeinrichduToit
05 Mar 2014, 15:25
Forum: General Discussion
Replies: 7
Views: 4008

Noesis and Threading

Hello I’m in the progress of designing my program now. I was wondering if it is possible to use threads to optimize the process. Now I am well aware that openGL context is locked to a single thread. But would it be possible to run some of the noesis processing in a different thread while the main th...