|
|
|
|
|
by mabster
942 days ago
|
|
I'm surprised by that as well. I haven't done this stuff for quite a while, so my memory might be foggy, but the main advantage of Vulcan was that you can control all the CPU locking rather than the API doing it. This allows you to do stuff like prepare on one thread and submit on another, etc. But that would be negated if you're using an abstraction layer. |
|