Commit c677904
committed
Updates submodules (Hydrogent: implemented async texture loading)
1 parent 7b4e46c commit c677904
4 files changed
+4
-4
lines changedSubmodule DiligentCore updated 11 files
- Common/interface/ObjectsRegistry.hpp+8
- Common/interface/ThreadPool.h+12-9
- Common/interface/ThreadPool.hpp+7-3
- Common/src/ThreadPool.cpp+5-1
- Graphics/GraphicsAccessories/interface/GraphicsAccessories.hpp+6
- Graphics/GraphicsEngine/interface/GraphicsTypesX.hpp+5
- Graphics/GraphicsEngineOpenGL/src/TextureBaseGL.cpp+1-1
- Graphics/GraphicsEngineVulkan/src/TextureVkImpl.cpp+2-2
- Graphics/GraphicsTools/interface/DynamicTextureAtlas.h+8-3
- Graphics/GraphicsTools/src/DynamicTextureAtlas.cpp+4-2
- Tests/DiligentCoreTest/src/Common/ThreadPoolTest.cpp+4-4
Submodule DiligentFX updated 11 files
- Components/interface/ShadowMapManager.hpp+1-1
- Hydrogent/include/HnRenderParam.hpp+1-1
- Hydrogent/interface/HnMaterial.hpp+18-9
- Hydrogent/interface/HnRenderDelegate.hpp+24
- Hydrogent/interface/HnRenderPass.hpp+3-3
- Hydrogent/interface/HnTextureRegistry.hpp+79-20
- Hydrogent/src/HnMaterial.cpp+180-81
- Hydrogent/src/HnMeshUtils.cpp+5-4
- Hydrogent/src/HnRenderDelegate.cpp+41-27
- Hydrogent/src/HnRenderPass.cpp+43-32
- Hydrogent/src/HnTextureRegistry.cpp+232-76
0 commit comments