Commit a96ff92
committed
Core, Tools, FX: add and use shared mutex wrapper for MinGW
Add Threading::SharedMutex to centralize the MinGW fallback for broken
std::shared_mutex writer exclusion.1 parent 55b9c38 commit a96ff92
3 files changed
Lines changed: 3 additions & 3 deletions
Submodule DiligentCore updated 7 files
- Common/CMakeLists.txt+1
- Common/interface/SharedMutex.hpp+101
- Common/interface/WeakObjectCache.hpp+8-8
- Graphics/GraphicsTools/include/GPUUploadManagerImpl.hpp+2-2
- Graphics/GraphicsTools/src/GPUUploadManagerImpl.cpp+3-3
- Tests/DiligentCoreAPITest/src/SparseResourcesTest.cpp+10-3
- Tests/DiligentCoreTest/src/Common/SharedMutexTest.cpp+237
0 commit comments