Commit 0370646
committed
Updated submodules (improvements to GLTF loader and renderer)
1 parent 8c6cfcf commit 0370646
5 files changed
Lines changed: 7 additions & 6 deletions
Submodule DiligentCore updated 51 files
- Common/interface/AdvancedMath.hpp+32
- Common/interface/BasicMath.hpp+13
- Graphics/GraphicsAccessories/CMakeLists.txt+2
- Graphics/GraphicsAccessories/interface/DynamicAtlasManager.hpp+222
- Graphics/GraphicsAccessories/interface/VariableSizeAllocationsManager.hpp+3-2
- Graphics/GraphicsAccessories/src/DynamicAtlasManager.cpp+425
- Graphics/GraphicsEngine/include/DeviceContextBase.hpp+12
- Graphics/GraphicsEngine/interface/APIInfo.h+1-1
- Graphics/GraphicsEngine/interface/DeviceContext.h+7
- Graphics/GraphicsEngineD3D11/include/FenceD3D11Impl.hpp+1-1
- Graphics/GraphicsEngineD3D11/include/QueryD3D11Impl.hpp+1-1
- Graphics/GraphicsEngineD3D11/src/DeviceContextD3D11Impl.cpp+13-11
- Graphics/GraphicsEngineD3D12/include/DeviceContextD3D12Impl.hpp-2
- Graphics/GraphicsEngineD3D12/include/FenceD3D12Impl.hpp+1-1
- Graphics/GraphicsEngineD3D12/include/QueryD3D12Impl.hpp+1-1
- Graphics/GraphicsEngineD3D12/src/BufferD3D12Impl.cpp+2-2
- Graphics/GraphicsEngineD3D12/src/DeviceContextD3D12Impl.cpp+2-2
- Graphics/GraphicsEngineNextGenBase/include/DeviceContextNextGenBase.hpp+4-7
- Graphics/GraphicsEngineOpenGL/include/FenceGLImpl.hpp+1-1
- Graphics/GraphicsEngineOpenGL/include/QueryGLImpl.hpp+1-1
- Graphics/GraphicsEngineOpenGL/src/DeviceContextGLImpl.cpp+1
- Graphics/GraphicsEngineVulkan/include/DeviceContextVkImpl.hpp-2
- Graphics/GraphicsEngineVulkan/include/FenceVkImpl.hpp+1-1
- Graphics/GraphicsEngineVulkan/include/QueryVkImpl.hpp+1-1
- Graphics/GraphicsEngineVulkan/include/ShaderVkImpl.hpp+1-1
- Graphics/GraphicsEngineVulkan/include/VulkanDynamicHeap.hpp+1-1
- Graphics/GraphicsEngineVulkan/src/BufferVkImpl.cpp+2-2
- Graphics/GraphicsEngineVulkan/src/DeviceContextVkImpl.cpp+1-1
- Graphics/GraphicsTools/CMakeLists.txt+6
- Graphics/GraphicsTools/interface/BufferSuballocator.h+142
- Graphics/GraphicsTools/interface/DynamicBuffer.hpp+144
- Graphics/GraphicsTools/interface/DynamicTextureAtlas.h+165
- Graphics/GraphicsTools/interface/GraphicsUtilities.h+8
- Graphics/GraphicsTools/interface/ShaderMacroHelper.hpp+11
- Graphics/GraphicsTools/src/BufferSuballocator.cpp+245
- Graphics/GraphicsTools/src/DynamicBuffer.cpp+112
- Graphics/GraphicsTools/src/DynamicTextureAtlas.cpp+413
- Graphics/GraphicsTools/src/GraphicsUtilities.cpp+216
- Graphics/ShaderTools/CMakeLists.txt+1-1
- Platforms/Win32/src/Win32FileSystem.cpp+8-11
- ReleaseHistory.md+1
- Tests/DiligentCoreAPITest/src/BufferSuballocatorTest.cpp+152
- Tests/DiligentCoreAPITest/src/DynamicBufferTest.cpp+222
- Tests/DiligentCoreAPITest/src/DynamicTextureAtlasTest.cpp+191
- Tests/DiligentCoreTest/CMakeLists.txt+1
- Tests/DiligentCoreTest/src/Common/MathLibTest.cpp+75
- Tests/DiligentCoreTest/src/GraphicsAccessories/DynamicAtlasManagerTest.cpp+464
- Tests/DiligentCoreTest/src/GraphicsAccessories/GraphicsUtilitiesTest.cpp+504
- Tests/IncludeTest/GraphicsTools/BufferSuballocatorH_test.cpp+28
- Tests/IncludeTest/GraphicsTools/DynamicBufferH_test.cpp+28
- Tests/IncludeTest/GraphicsTools/DynamicTextureAtlasH_test.cpp+28
Submodule DiligentFX updated 8 files
- GLTF_PBR_Renderer/interface/GLTF_PBR_Renderer.hpp+111-111
- GLTF_PBR_Renderer/src/GLTF_PBR_Renderer.cpp+280-247
- Shaders/GLTF_PBR/private/RenderGLTF_PBR.psh+60-17
- Shaders/GLTF_PBR/private/RenderGLTF_PBR.vsh+13-4
- Shaders/GLTF_PBR/public/GLTF_PBR_Structures.fxh+20-7
- shaders_inc/GLTF_PBR_Structures.fxh.h+20-7
- shaders_inc/RenderGLTF_PBR.psh.h+60-17
- shaders_inc/RenderGLTF_PBR.vsh.h+13-4
Submodule DiligentSamples updated 34 files
- Samples/GLTFViewer/src/GLTFViewer.cpp+102-11
- Samples/GLTFViewer/src/GLTFViewer.hpp+9-2
- Tests/GoldenImages/Tutorials/Tutorial03_Texturing-C/Tutorial03_Texturing-C_gi_d3d11.png
- Tests/GoldenImages/Tutorials/Tutorial03_Texturing-C/Tutorial03_Texturing-C_gi_d3d12.png
- Tests/GoldenImages/Tutorials/Tutorial03_Texturing/Tutorial03_Texturing_gi_d3d11.png
- Tests/GoldenImages/Tutorials/Tutorial03_Texturing/Tutorial03_Texturing_gi_d3d12.png
- Tests/GoldenImages/Tutorials/Tutorial04_Instancing/Tutorial04_Instancing_gi_d3d11.png
- Tests/GoldenImages/Tutorials/Tutorial04_Instancing/Tutorial04_Instancing_gi_d3d12.png
- Tests/GoldenImages/Tutorials/Tutorial05_TextureArray/Tutorial05_TextureArray_gi_d3d11.png
- Tests/GoldenImages/Tutorials/Tutorial05_TextureArray/Tutorial05_TextureArray_gi_d3d12.png
- Tests/GoldenImages/Tutorials/Tutorial06_Multithreading/Tutorial06_Multithreading_gi_d3d11.png
- Tests/GoldenImages/Tutorials/Tutorial06_Multithreading/Tutorial06_Multithreading_gi_d3d12.png
- Tests/GoldenImages/Tutorials/Tutorial07_GeometryShader/Tutorial07_GeometryShader_gi_d3d11.png
- Tests/GoldenImages/Tutorials/Tutorial07_GeometryShader/Tutorial07_GeometryShader_gi_d3d12.png
- Tests/GoldenImages/Tutorials/Tutorial08_Tessellation/Tutorial08_Tessellation_gi_d3d11.png
- Tests/GoldenImages/Tutorials/Tutorial08_Tessellation/Tutorial08_Tessellation_gi_d3d12.png
- Tests/GoldenImages/Tutorials/Tutorial09_Quads/Tutorial09_Quads_gi_d3d11.png
- Tests/GoldenImages/Tutorials/Tutorial09_Quads/Tutorial09_Quads_gi_d3d12.png
- Tests/GoldenImages/Tutorials/Tutorial10_DataStreaming/Tutorial10_DataStreaming_gi_d3d11.png
- Tests/GoldenImages/Tutorials/Tutorial10_DataStreaming/Tutorial10_DataStreaming_gi_d3d12.png
- Tests/GoldenImages/Tutorials/Tutorial11_ResourceUpdates/Tutorial11_ResourceUpdates_gi_d3d11.png
- Tests/GoldenImages/Tutorials/Tutorial11_ResourceUpdates/Tutorial11_ResourceUpdates_gi_d3d12.png
- Tests/GoldenImages/Tutorials/Tutorial12_RenderTarget/Tutorial12_RenderTarget_gi_d3d11.png
- Tests/GoldenImages/Tutorials/Tutorial12_RenderTarget/Tutorial12_RenderTarget_gi_d3d12.png
- Tests/GoldenImages/Tutorials/Tutorial13_ShadowMap/Tutorial13_ShadowMap_gi_d3d11.png
- Tests/GoldenImages/Tutorials/Tutorial13_ShadowMap/Tutorial13_ShadowMap_gi_d3d12.png
- Tests/GoldenImages/Tutorials/Tutorial16_BindlessResources/Tutorial16_BindlessResources_gi_d3d11.png
- Tests/GoldenImages/Tutorials/Tutorial16_BindlessResources/Tutorial16_BindlessResources_gi_d3d12.png
- Tests/GoldenImages/Tutorials/Tutorial17_MSAA/Tutorial17_MSAA_gi_d3d11.png
- Tests/GoldenImages/Tutorials/Tutorial17_MSAA/Tutorial17_MSAA_gi_d3d12.png
- Tests/GoldenImages/Tutorials/Tutorial18_Queries/Tutorial18_Queries_gi_d3d11.png
- Tests/GoldenImages/Tutorials/Tutorial18_Queries/Tutorial18_Queries_gi_d3d12.png
- Tests/GoldenImages/Tutorials/Tutorial19_RenderPasses/Tutorial19_RenderPasses_gi_d3d11.png
- Tests/GoldenImages/Tutorials/Tutorial19_RenderPasses/Tutorial19_RenderPasses_gi_d3d12.png
Submodule DiligentTools updated 7 files
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
| 163 | + | |
| 164 | + | |
164 | 165 | | |
165 | 166 | | |
166 | 167 | | |
167 | 168 | | |
168 | 169 | | |
169 | | - | |
| 170 | + | |
170 | 171 | | |
171 | 172 | | |
172 | 173 | | |
| |||
0 commit comments