In directx11 is it thread safe to safe to call ID3D11Device::CreateBuffer and CreateText2D (and associated views) which other work is going on in another thread using a device context on the same device?
If it's not thread safe is it allowed to call it on other threads as long as I protect the calls with suitable locks?
I'm sure this is documented somewhere but i can't find it anywhere.
Multithreading on d3d 11
Started by jbb, Sep 17 2011 04:48 AM
2 replies to this topic
Sponsor:
#2 Members - Reputation: 280
Posted 17 September 2011 - 04:53 AM
My open source DirectX 10/11 graphics engine. https://sites.google.com/site/dawoodoz
"My design pattern is the simplest to understand. Everyone else is just too stupid to understand it."






