Commit 00d979e
committed
Core/GPUUploadManager: implement texture upload support in Direct3D11
1 parent 30aeca6 commit 00d979e
1 file changed
+1
-1
lines changedSubmodule DiligentCore updated 11 files
- Graphics/GraphicsAccessories/interface/DynamicAtlasManager.hpp+10-2
- Graphics/GraphicsAccessories/interface/GraphicsAccessories.hpp+4
- Graphics/GraphicsAccessories/src/DynamicAtlasManager.cpp+13-1
- Graphics/GraphicsAccessories/src/GraphicsAccessories.cpp+174
- Graphics/GraphicsEngine/src/DeviceObjectArchive.cpp+3-3
- Graphics/GraphicsTools/include/GPUUploadManagerImpl.hpp+90-19
- Graphics/GraphicsTools/interface/GPUUploadManager.h+40-3
- Graphics/GraphicsTools/src/GPUUploadManagerImpl.cpp+406-84
- Tests/DiligentCoreAPITest/src/ArchiveTest.cpp+3-1
- Tests/DiligentCoreAPITest/src/GPUUploadManagerTest.cpp+291-92
- Tests/DiligentCoreTest/src/GraphicsAccessories/DynamicAtlasManagerTest.cpp+14-1
0 commit comments