Commit dbbd798
committed
Updated submodules (added tutorial 20, fixed UWP issues with dxcompiler deploying)
1 parent d40194e commit dbbd798
4 files changed
Lines changed: 4 additions & 3 deletions
Submodule DiligentCore updated 20 files
- BuildUtils.cmake+42-37
- Graphics/GraphicsEngine/include/ShaderResourceBindingBase.hpp+6-4
- Graphics/GraphicsEngineD3D11/include/PipelineStateD3D11Impl.hpp+3-1
- Graphics/GraphicsEngineD3D11/include/ShaderResourceBindingD3D11Impl.hpp+12-10
- Graphics/GraphicsEngineD3D11/src/PipelineStateD3D11Impl.cpp+11-5
- Graphics/GraphicsEngineD3D11/src/ShaderResourceBindingD3D11Impl.cpp+20-7
- Graphics/GraphicsEngineD3D12/include/PipelineStateD3D12Impl.hpp+4-2
- Graphics/GraphicsEngineD3D12/include/RootSignature.hpp+2-2
- Graphics/GraphicsEngineD3D12/include/ShaderResourceBindingD3D12Impl.hpp+11-7
- Graphics/GraphicsEngineD3D12/src/PipelineStateD3D12Impl.cpp+15-6
- Graphics/GraphicsEngineD3D12/src/RootSignature.cpp+2-4
- Graphics/GraphicsEngineD3D12/src/ShaderResourceBindingD3D12Impl.cpp+18-5
- Graphics/GraphicsEngineD3DBase/CMakeLists.txt+33-1
- Graphics/GraphicsEngineMetal/include/ShaderResourceBindingMtlImpl.h+6-6
- Graphics/GraphicsEngineOpenGL/include/ShaderResourceBindingGLImpl.hpp+2-3
- Graphics/GraphicsEngineVulkan/include/PipelineStateVkImpl.hpp+4-2
- Graphics/GraphicsEngineVulkan/include/ShaderResourceBindingVkImpl.hpp+9-6
- Graphics/GraphicsEngineVulkan/src/PipelineStateVkImpl.cpp+4-4
- Graphics/GraphicsEngineVulkan/src/ShaderResourceBindingVkImpl.cpp+19-5
- Graphics/ShaderTools/src/DXCompiler.cpp+4
Submodule DiligentSamples updated 17 files
- CMakeLists.txt+2-1
- README.md+9
- SampleBase/src/UWP/SampleAppUWP.cpp+4-2
- Tutorials/CMakeLists.txt+1
- Tutorials/Tutorial20_MeshShader/Animation_Large.gif
- Tutorials/Tutorial20_MeshShader/Animation_Small.gif
- Tutorials/Tutorial20_MeshShader/CMakeLists.txt+26
- Tutorials/Tutorial20_MeshShader/assets/DGLogo.png
- Tutorials/Tutorial20_MeshShader/assets/dx_cube.ash+143
- Tutorials/Tutorial20_MeshShader/assets/dx_cube.msh+84
- Tutorials/Tutorial20_MeshShader/assets/dx_cube.psh+21
- Tutorials/Tutorial20_MeshShader/assets/vk_cube.ash+141
- Tutorials/Tutorial20_MeshShader/assets/vk_cube.msh+100
- Tutorials/Tutorial20_MeshShader/assets/vk_cube.psh+12
- Tutorials/Tutorial20_MeshShader/readme.md+486
- Tutorials/Tutorial20_MeshShader/src/Tutorial20_MeshShader.cpp+515
- Tutorials/Tutorial20_MeshShader/src/Tutorial20_MeshShader.hpp+87
Submodule DiligentTools updated 1 file
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
653 | 653 | | |
654 | 654 | | |
655 | 655 | | |
| 656 | + | |
656 | 657 | | |
657 | 658 | | |
658 | 659 | | |
| |||
0 commit comments