Is it possible to call a method from a .dll in a job? I'm doing some optimizing and I want to combine multithreading with SIMD for the best performance result. I do know however that the job system can be quite limiting when it comes to transferring information, so I wondered if this is even possible, or if there might be caveats.
↧