Commit 01590b0
committed
Samples: code refactoring
1 parent 545312a commit 01590b0
1 file changed
+1
-1
lines changedSubmodule DiligentSamples updated 56 files
- Samples/Atmosphere/src/AtmosphereSample.cpp+22-21
- Samples/Atmosphere/src/Terrain/EarthHemisphere.cpp+23-101
- Samples/Atmosphere/src/Terrain/ElevationDataSource.cpp+4-4
- Samples/GLFWDemo/src/GLFWDemo.cpp+21-21
- Samples/GLFWDemo/src/Game.cpp+15-14
- Samples/ImguiDemo/src/ImguiDemo.cpp+2-2
- Samples/NuklearDemo/src/NkDiligent.cpp+2-3
- Samples/NuklearDemo/src/NuklearDemo.cpp+2-2
- Samples/Shadows/src/ShadowsSample.cpp+29-28
- Tutorials/Tutorial00_HelloWin32/src/Tutorial00_HelloWin32.cpp+13-13
- Tutorials/Tutorial01_HelloTriangle/readme.md+2-2
- Tutorials/Tutorial01_HelloTriangle/src/Tutorial01_HelloTriangle.cpp+2-2
- Tutorials/Tutorial02_Cube/src/Tutorial02_Cube.cpp+4-4
- Tutorials/Tutorial03_Texturing/src/Tutorial03_Texturing.cpp+4-4
- Tutorials/Tutorial04_Instancing/src/Tutorial04_Instancing.cpp+5-5
- Tutorials/Tutorial05_TextureArray/readme.md+6-6
- Tutorials/Tutorial05_TextureArray/src/Tutorial05_TextureArray.cpp+17-16
- Tutorials/Tutorial06_Multithreading/readme.md+5-5
- Tutorials/Tutorial06_Multithreading/src/Tutorial06_Multithreading.cpp+17-16
- Tutorials/Tutorial06_Multithreading/src/Tutorial06_Multithreading.hpp+2-2
- Tutorials/Tutorial07_GeometryShader/src/Tutorial07_GeometryShader.cpp+6-6
- Tutorials/Tutorial08_Tessellation/src/Tutorial08_Tessellation.cpp+9-9
- Tutorials/Tutorial09_Quads/src/Tutorial09_Quads.cpp+19-19
- Tutorials/Tutorial10_DataStreaming/readme.md+3-3
- Tutorials/Tutorial10_DataStreaming/src/Tutorial10_DataStreaming.cpp+31-31
- Tutorials/Tutorial11_ResourceUpdates/readme.md+1-1
- Tutorials/Tutorial11_ResourceUpdates/src/Tutorial11_ResourceUpdates.cpp+30-30
- Tutorials/Tutorial12_RenderTarget/readme.md+2-2
- Tutorials/Tutorial12_RenderTarget/src/Tutorial12_RenderTarget.cpp+3-3
- Tutorials/Tutorial13_ShadowMap/readme.md+4-5
- Tutorials/Tutorial13_ShadowMap/src/Tutorial13_ShadowMap.cpp+14-13
- Tutorials/Tutorial14_ComputeShader/src/Tutorial14_ComputeShader.cpp+4-4
- Tutorials/Tutorial15_MultipleWindows/src/Tutorial15_MultipleWindows.cpp+20-20
- Tutorials/Tutorial16_BindlessResources/readme.md+1-1
- Tutorials/Tutorial16_BindlessResources/src/Tutorial16_BindlessResources.cpp+18-18
- Tutorials/Tutorial16_BindlessResources/src/Tutorial16_BindlessResources.hpp+1-1
- Tutorials/Tutorial17_MSAA/readme.md+3-3
- Tutorials/Tutorial17_MSAA/src/Tutorial17_MSAA.cpp+7-7
- Tutorials/Tutorial18_Queries/src/Tutorial18_Queries.cpp+5-5
- Tutorials/Tutorial19_RenderPasses/src/Tutorial19_RenderPasses.cpp+21-21
- Tutorials/Tutorial20_MeshShader/readme.md+2-2
- Tutorials/Tutorial20_MeshShader/src/Tutorial20_MeshShader.cpp+6-6
- Tutorials/Tutorial21_RayTracing/src/Tutorial21_RayTracing.cpp+8-8
- Tutorials/Tutorial22_HybridRendering/src/Tutorial22_HybridRendering.cpp+46-45
- Tutorials/Tutorial23_CommandQueues/readme.md+6-5
- Tutorials/Tutorial23_CommandQueues/src/Buildings.cpp+42-42
- Tutorials/Tutorial23_CommandQueues/src/Profiler.cpp+43-43
- Tutorials/Tutorial23_CommandQueues/src/Terrain.cpp+17-16
- Tutorials/Tutorial23_CommandQueues/src/Tutorial23_CommandQueues.cpp+24-23
- Tutorials/Tutorial24_VRS/src/Tutorial24_VRS.cpp+29-29
- Tutorials/Tutorial25_StatePackager/readme.md+3-3
- Tutorials/Tutorial25_StatePackager/src/Tutorial25_StatePackager.cpp+16-16
- Tutorials/Tutorial26_StateCache/readme.md+2-2
- Tutorials/Tutorial26_StateCache/src/Tutorial26_StateCache.cpp+25-25
- Tutorials/Tutorial27_PostProcessing/src/Tutorial27_PostProcessing.cpp+22-22
- Tutorials/Tutorial28_HelloOpenXR/src/Tutorial28_HelloOpenXR.cpp+9-9
0 commit comments