File tree
21 files changed
+191
-115
lines changed- 3rdparty
- include/nbl
- asset
- utils
- builtin/hlsl
- scene
- video
- utilities
- src/nbl
- asset
- ext/ImGui
- video
21 files changed
+191
-115
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
96 | 96 |
| |
97 | 97 |
| |
98 | 98 |
| |
| 99 | + | |
| 100 | + | |
| 101 | + |
Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
292 | 292 |
| |
293 | 293 |
| |
294 | 294 |
| |
| 295 | + | |
| 296 | + | |
| 297 | + | |
295 | 298 |
| |
296 | 299 |
| |
297 | 300 |
| |
| |||
384 | 387 |
| |
385 | 388 |
| |
386 | 389 |
| |
387 |
| - | |
| 390 | + | |
388 | 391 |
| |
389 | 392 |
| |
390 | 393 |
| |
|
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
57 | 59 |
| |
58 | 60 |
| |
59 | 61 |
| |
|
Submodule examples_tests updated 22 files
- 35_GeometryCreator/CMakeLists.txt+67-5
- 35_GeometryCreator/README.md+5
- 35_GeometryCreator/config.json.template-28
- 35_GeometryCreator/main.cpp+688-504
- 35_GeometryCreator/pipeline.groovy-50
- 35_GeometryCreator/shaders/gc.basic.fragment.hlsl+6
- 35_GeometryCreator/shaders/gc.basic.vertex.hlsl+6
- 35_GeometryCreator/shaders/gc.cone.vertex.hlsl+6
- 35_GeometryCreator/shaders/gc.ico.vertex.hlsl+6
- 35_GeometryCreator/shaders/grid.fragment.hlsl+12
- 35_GeometryCreator/shaders/grid.vertex.hlsl+19
- 35_GeometryCreator/shaders/template/common.hlsl+24
- 35_GeometryCreator/shaders/template/gc.basic.vertex.input.hlsl+16
- 35_GeometryCreator/shaders/template/gc.common.hlsl+18
- 35_GeometryCreator/shaders/template/gc.cone.vertex.input.hlsl+15
- 35_GeometryCreator/shaders/template/gc.ico.vertex.input.hlsl+15
- 35_GeometryCreator/shaders/template/gc.vertex.hlsl+24
- 35_GeometryCreator/shaders/template/grid.common.hlsl+40
- 61_UI/CMakeLists.txt+4-8
- 61_UI/main.cpp+356
- CMakeLists.txt+1-1
- common/Camera.hpp+1-1
Lines changed: 0 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
99 | 99 |
| |
100 | 100 |
| |
101 | 101 |
| |
102 |
| - | |
103 |
| - | |
104 |
| - | |
105 |
| - | |
106 | 102 |
| |
107 | 103 |
| |
108 | 104 |
| |
|
Lines changed: 10 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
| 98 | + | |
| 99 | + | |
98 | 100 |
| |
99 | 101 |
| |
100 | 102 |
| |
101 | 103 |
| |
102 | 104 |
| |
103 | 105 |
| |
104 | 106 |
| |
105 |
| - | |
106 |
| - | |
107 |
| - | |
108 |
| - | |
109 |
| - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
110 | 115 |
| |
111 | 116 |
| |
112 | 117 |
| |
|
Lines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
60 |
| - | |
61 |
| - | |
62 |
| - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
| |||
412 | 412 |
| |
413 | 413 |
| |
414 | 414 |
| |
415 |
| - | |
| 415 | + | |
416 | 416 |
| |
417 | 417 |
| |
418 | 418 |
| |
419 | 419 |
| |
420 | 420 |
| |
421 |
| - | |
| 421 | + | |
422 | 422 |
| |
423 | 423 |
| |
424 | 424 |
| |
| |||
440 | 440 |
| |
441 | 441 |
| |
442 | 442 |
| |
443 |
| - | |
| 443 | + | |
444 | 444 |
| |
445 | 445 |
| |
446 | 446 |
| |
447 | 447 |
| |
448 | 448 |
| |
449 |
| - | |
| 449 | + | |
450 | 450 |
| |
451 | 451 |
| |
452 | 452 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
| 47 | + | |
| 48 | + | |
47 | 49 |
| |
48 | 50 |
| |
49 | 51 |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1049 | 1049 |
| |
1050 | 1050 |
| |
1051 | 1051 |
| |
1052 |
| - | |
| 1052 | + | |
1053 | 1053 |
| |
1054 | 1054 |
| |
1055 | 1055 |
| |
|
0 commit comments