Commit b356751
committed
Updated submodules (improvements to UWP build)
Updated readme instructions to use VS20191 parent d40194e commit b356751
4 files changed
Lines changed: 12 additions & 12 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 14 files
- CMakeLists.txt+2-1
- SampleBase/src/UWP/SampleAppUWP.cpp+4-2
- Tutorials/CMakeLists.txt+1
- Tutorials/Tutorial20_MeshShader/CMakeLists.txt+26
- Tutorials/Tutorial20_MeshShader/assets/DGLogo.png
- Tutorials/Tutorial20_MeshShader/assets/dx_cube.ash+138
- Tutorials/Tutorial20_MeshShader/assets/dx_cube.msh+81
- Tutorials/Tutorial20_MeshShader/assets/dx_cube.psh+21
- Tutorials/Tutorial20_MeshShader/assets/vk_cube.ash+139
- Tutorials/Tutorial20_MeshShader/assets/vk_cube.msh+98
- Tutorials/Tutorial20_MeshShader/assets/vk_cube.psh+12
- Tutorials/Tutorial20_MeshShader/readme.md+12
- Tutorials/Tutorial20_MeshShader/src/Tutorial20_MeshShader.cpp+503
- Tutorials/Tutorial20_MeshShader/src/Tutorial20_MeshShader.hpp+84
Submodule DiligentTools updated 1 file
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
| 191 | + | |
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
| 195 | + | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
| 201 | + | |
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| |||
444 | 444 | | |
445 | 445 | | |
446 | 446 | | |
447 | | - | |
| 447 | + | |
448 | 448 | | |
449 | 449 | | |
450 | 450 | | |
| |||
488 | 488 | | |
489 | 489 | | |
490 | 490 | | |
491 | | - | |
| 491 | + | |
492 | 492 | | |
493 | 493 | | |
494 | 494 | | |
| |||
522 | 522 | | |
523 | 523 | | |
524 | 524 | | |
525 | | - | |
| 525 | + | |
526 | 526 | | |
527 | 527 | | |
528 | 528 | | |
| |||
0 commit comments