2 files changed
+1
-2
lines changedSubmodule examples_tests updated 22 files
- 03_DeviceSelectionAndSharedSources/main.cpp+2-3
- 07_StagingAndMultipleQueues/main.cpp+1-6
- 08_HelloSwapchain/main.cpp+1-1
- 10_CountingSort/main.cpp+1-3
- 23_Arithmetic2UnitTest/app_resources/testWorkgroup.comp.hlsl+2-1
- 24_ColorSpaceTest/main.cpp+4-5
- 26_Blur/main.cpp+6-9
- 27_MPMCScheduler/main.cpp+4-5
- 28_FFTBloom/main.cpp+5-6
- 29_Arithmetic2Bench/app_resources/benchmarkWorkgroup.comp.hlsl+2-1
- 29_Arithmetic2Bench/main.cpp+8-8
- 30_ComputeShaderPathTracer/include/nbl/this_example/common.hpp+5-11
- 30_ComputeShaderPathTracer/main.cpp+6-4
- 61_UI/include/common.hpp+11-17
- 61_UI/main.cpp+3-7
- 67_RayQueryGeometry/include/common.hpp+12-89
- 67_RayQueryGeometry/main.cpp+11-23
- 70_FLIPFluids/main.cpp+14-20
- 71_RayTracingPipeline/include/common.hpp+12-87
- 71_RayTracingPipeline/main.cpp+12-8
- common/include/nbl/examples/examples.hpp+11
- common/include/nbl/examples/workgroup/DataAccessors.hlsl+10-3
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
136 | 136 |
| |
137 | 137 |
| |
138 | 138 |
| |
139 |
| - | |
140 | 139 |
| |
141 | 140 |
| |
142 | 141 |
| |
|
0 commit comments