Commit 969a76e
committed
Dynamic texture array and dynamic atlas improvements
1 parent 18c7334 commit 969a76e
3 files changed
Lines changed: 3 additions & 3 deletions
Submodule DiligentCore updated 8 files
- Graphics/GraphicsAccessories/interface/GraphicsAccessories.hpp+4
- Graphics/GraphicsAccessories/src/GraphicsAccessories.cpp+9-4
- Graphics/GraphicsTools/interface/DynamicTextureArray.hpp+67-8
- Graphics/GraphicsTools/interface/DynamicTextureAtlas.h+18-6
- Graphics/GraphicsTools/src/DynamicTextureArray.cpp+97-44
- Graphics/GraphicsTools/src/DynamicTextureAtlas.cpp+75-25
- Tests/DiligentCoreAPITest/src/DynamicTextureArrayTest.cpp+49-1
- Tests/DiligentCoreAPITest/src/DynamicTextureAtlasTest.cpp+259-1
Submodule DiligentFX updated 21 files
- Hydrogent/include/HnShadowMapManager.hpp+1-1
- Hydrogent/src/HnLight.cpp+1-1
- Hydrogent/src/HnShadowMapManager.cpp+1-1
- Hydrogent/src/HnTextureRegistry.cpp+2-2
- Hydrogent/src/Tasks/HnBeginFrameTask.cpp+1-1
- Hydrogent/src/Tasks/HnRenderShadowsTask.cpp+1-1
- Radient/include/Assets/RadientAssetImpl.hpp+9-9
- Radient/include/Assets/RadientMeshAssetManager.hpp+6-4
- Radient/include/Assets/RadientTextureAssetManager.hpp+8-5
- Radient/interface/RadientAssets.h+1-1
- Radient/src/Assets/RadientAssetManagerImpl.cpp+12-3
- Radient/src/Assets/RadientMaterialAssetManager.cpp+5
- Radient/src/Assets/RadientMeshAssetManager.cpp+8-15
- Radient/src/Assets/RadientMeshSource.cpp+48-36
- Radient/src/Assets/RadientTextureAssetManager.cpp+361-222
- Radient/src/Assets/RadientTextureSource.cpp+38-19
- Tests/RadientGPUTest/src/RadientAssetManagerGPUTest.cpp+9-3
- Tests/RadientGPUTest/src/RadientTextureAssetManagerGPUTest.cpp+138-23
- Tests/RadientTest/src/RadientAssetCacheTest.cpp+1-1
- Tests/RadientTest/src/RadientAssetImplTest.cpp+7-7
- Tests/RadientTest/src/RadientTextureAssetManagerTest.cpp+8-8
0 commit comments