File tree
30 files changed
+264
-249
lines changed- 3rdparty
- include/nbl
- asset
- utils
- builtin/hlsl
- cpp_compat
- core
- decl
- def
- system
- video
- alloc
- utilities
- src/nbl
- asset/utils
- system
- video
- utilities
30 files changed
+264
-249
lines changedSubmodule nbl_spirv_cross updated 1128 files
Submodule examples_tests updated 24 files
- 02_HelloCompute/main.cpp+9-16
- 03_DeviceSelectionAndSharedSources/CMakeLists.txt+18-1
- 03_DeviceSelectionAndSharedSources/app_resources/common.hlsl+4
- 03_DeviceSelectionAndSharedSources/app_resources/shader.comp.hlsl+12
- 03_DeviceSelectionAndSharedSources/main.cpp+249-196
- 05_HelloSwapchain/CMakeLists.txt-6
- 05_HelloSwapchain/main.cpp-1
- 05_StreamingAndBufferDeviceAddressApp/CMakeLists.txt+23
- 05_StreamingAndBufferDeviceAddressApp/app_resources/common.hlsl+22
- 05_StreamingAndBufferDeviceAddressApp/app_resources/shader.comp.hlsl+24
- 05_StreamingAndBufferDeviceAddressApp/config.json.template
- 05_StreamingAndBufferDeviceAddressApp/main.cpp+288
- 05_StreamingAndBufferDeviceAddressApp/pipeline.groovy+3-3
- 06_HelloSwapchains/config.json.template+28
- 07_HelloGraphicsPipeline/config.json.template+28
- 08_GeometryCreator/config.json.template+28
- 45_BRDFEvalTest/CMakeLists.txt+3-4
- CMakeLists.txt+2-2
- common/CommonAPI.cpp+2-17
- common/CommonAPI.h+4-210
- common/MonoAssetManagerAndBuiltinResourceApplication.hpp+50
- common/MonoDeviceApplication.hpp+24-14
- common/MonoSystemMonoLoggerApplication.hpp+18-8
- common/MonoUtilitiesApplication.hpp+266
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
278 | 278 |
| |
279 | 279 |
| |
280 | 280 |
| |
281 |
| - | |
| 281 | + | |
282 | 282 |
| |
| 283 | + | |
283 | 284 |
| |
284 | 285 |
| |
285 | 286 |
| |
|
Lines changed: 30 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
37 |
| - | |
| 36 | + | |
38 | 37 |
| |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
39 | 66 |
| |
40 | 67 |
| |
41 | 68 |
| |
| |||
64 | 91 |
| |
65 | 92 |
| |
66 | 93 |
| |
| 94 | + | |
67 | 95 |
| |
68 | 96 |
| |
69 | 97 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
137 | 137 |
| |
138 | 138 |
| |
139 | 139 |
| |
140 |
| - | |
141 |
| - | |
142 |
| - | |
143 | 140 |
| |
144 | 141 |
| |
145 | 142 |
| |
| |||
174 | 171 |
| |
175 | 172 |
| |
176 | 173 |
| |
| 174 | + | |
| 175 | + | |
177 | 176 |
| |
178 | 177 |
| |
179 | 178 |
| |
| |||
186 | 185 |
| |
187 | 186 |
| |
188 | 187 |
| |
| 188 | + | |
189 | 189 |
| |
190 | 190 |
| |
191 | 191 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
37 |
| - | |
38 |
| - | |
39 | 36 |
| |
40 | 37 |
| |
41 | 38 |
| |
| |||
68 | 65 |
| |
69 | 66 |
| |
70 | 67 |
| |
| 68 | + | |
| 69 | + | |
| 70 | + | |
71 | 71 |
|
Lines changed: 9 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
7 |
| - | |
| 6 | + | |
8 | 7 |
| |
9 |
| - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
10 | 11 |
| |
11 | 12 |
| |
12 | 13 |
| |
| |||
55 | 56 |
| |
56 | 57 |
| |
57 | 58 |
| |
| 59 | + | |
58 | 60 |
| |
59 | 61 |
| |
60 | 62 |
| |
61 |
| - | |
62 |
| - | |
63 |
| - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
64 | 66 |
| |
65 | 67 |
| |
66 | 68 |
| |
| |||
80 | 82 |
| |
81 | 83 |
| |
82 | 84 |
| |
83 |
| - | |
84 | 85 |
| |
85 |
| - | |
| 86 | + | |
86 | 87 |
| |
87 | 88 |
|
Lines changed: 38 additions & 39 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
| 4 | + | |
4 | 5 |
| |
| 6 | + | |
| 7 | + | |
| 8 | + | |
5 | 9 |
| |
6 | 10 |
| |
7 | 11 |
| |
8 | 12 |
| |
9 |
| - | |
10 |
| - | |
11 | 13 |
| |
12 | 14 |
| |
13 | 15 |
| |
14 |
| - | |
15 | 16 |
| |
16 | 17 |
| |
17 | 18 |
| |
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 |
| - | |
43 |
| - | |
44 |
| - | |
45 |
| - | |
46 |
| - | |
47 |
| - | |
48 |
| - | |
49 |
| - | |
50 |
| - | |
51 |
| - | |
52 |
| - | |
53 |
| - | |
54 | 19 |
| |
55 | 20 |
| |
56 | 21 |
| |
| |||
77 | 42 |
| |
78 | 43 |
| |
79 | 44 |
| |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
80 | 79 |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| |||
262 | 262 |
| |
263 | 263 |
| |
264 | 264 |
| |
265 |
| - | |
| 265 | + | |
266 | 266 |
| |
267 |
| - | |
| 267 | + | |
268 | 268 |
| |
269 | 269 |
| |
270 | 270 |
| |
|
Lines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
124 | 124 |
| |
125 | 125 |
| |
126 | 126 |
| |
127 |
| - | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
128 | 130 |
| |
129 | 131 |
| |
130 | 132 |
| |
| |||
133 | 135 |
| |
134 | 136 |
| |
135 | 137 |
| |
136 |
| - | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
137 | 141 |
| |
138 | 142 |
| |
139 | 143 |
| |
|
0 commit comments