File tree
6 files changed
+57
-65
lines changed- include/nbl/application_templates
6 files changed
+57
-65
lines changedSubmodule examples_tests updated 24 files
- 03_DeviceSelectionAndSharedSources/Testers.h+1-2
- 03_DeviceSelectionAndSharedSources/main.cpp+11-6
- 05_StreamingAndBufferDeviceAddressApp/main.cpp+3-3
- 06_HelloGraphicsQueue/main.cpp+11-9
- 07_StagingAndMultipleQueues/main.cpp+9-6
- 09_GeometryCreator/main.cpp+4-8
- 10_CountingSort/main.cpp+9-6
- 11_FFT/main.cpp+10-11
- 22_CppCompat/CIntrinsicsTester.h+4-3
- 22_CppCompat/CTgmathTester.h+4-3
- 22_CppCompat/ITester.h+4-3
- 22_CppCompat/main.cpp+11-11
- 23_Arithmetic2UnitTest/main.cpp+8-4
- 24_ColorSpaceTest/main.cpp+2-2
- 26_Blur/main.cpp+6-2
- 27_MPMCScheduler/main.cpp+5-2
- 28_FFTBloom/main.cpp+12-7
- 29_Arithmetic2Bench/main.cpp+2-2
- 30_ComputeShaderPathTracer/main.cpp+13-10
- 64_EmulatedFloatTest/main.cpp+8-5
- 68_JpegLoading/main.cpp+13-9
- 70_FLIPFluids/main.cpp+5-2
- common/include/nbl/examples/PCH.hpp+1-3
- common/include/nbl/examples/common/BuiltinResourcesApplication.hpp+63
Lines changed: 6 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 |
| - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
6 | 7 |
| |
7 | 8 |
| |
8 |
| - | |
| 9 | + | |
| 10 | + | |
9 | 11 |
| |
10 | 12 |
| |
11 | 13 |
| |
| |||
263 | 265 |
| |
264 | 266 |
| |
265 | 267 |
| |
266 |
| - | |
267 |
| - | |
| 268 | + |
Lines changed: 0 additions & 52 deletions
This file was deleted.
Lines changed: 42 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + |
Lines changed: 6 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 |
| - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
6 | 7 |
| |
7 | 8 |
| |
8 |
| - | |
| 9 | + | |
| 10 | + | |
9 | 11 |
| |
10 | 12 |
| |
11 | 13 |
| |
| |||
277 | 279 |
| |
278 | 280 |
| |
279 | 281 |
| |
280 |
| - | |
281 |
| - | |
| 282 | + |
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 |
| - | |
| 4 | + | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
|
0 commit comments