Commit e2a6c33
committed
Texture uploader: replace mutex-protected queue with MPSCQueue
1 parent f195c27 commit e2a6c33
1 file changed
+1
-1
lines changedSubmodule DiligentCore updated 10 files
- Common/interface/MPSCQueue.hpp+27
- Graphics/GraphicsTools/include/GPUUploadManagerImpl.hpp+2-3
- Graphics/GraphicsTools/interface/TextureUploaderBase.hpp+3-1
- Graphics/GraphicsTools/src/GPUUploadManagerImpl.cpp-3
- Graphics/GraphicsTools/src/TextureUploaderD3D11.cpp+23-28
- Graphics/GraphicsTools/src/TextureUploaderD3D12_Vk.cpp+32-33
- Graphics/GraphicsTools/src/TextureUploaderGL.cpp+10-24
- Graphics/GraphicsTools/src/TextureUploaderWebGPU.cpp+10-23
- Tests/DiligentCoreAPITest/src/TextureUploaderTest.cpp+4-2
- Tests/DiligentCoreTest/src/Common/MPSCQueueTest.cpp+17
0 commit comments