File tree
95 files changed
+9451
-3736
lines changed- 3rdparty
- cmake
- adjust
- include/nbl
- application_templates
- asset
- filters
- utils
- builtin
- glsl
- hlsl
- cpp_compat
- glsl_compat
- subgroup
- text_rendering
- config
- core
- containers
- util
- ext
- ImGui
- LumaMeter
- TextRendering
- ToneMapper
- scene
- video
- utilities
- src/nbl
- asset
- interchange
- utils
- builtin
- template
- device
- ext
- ImGui
- LumaMeter
- TextRendering
- ToneMapper
- system
- video
- device_capabilities
- utilities
- tools
- nsc
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
95 files changed
+9451
-3736
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
| 38 | + |
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
70 | 70 |
| |
71 | 71 |
| |
72 | 72 |
| |
| 73 | + | |
| 74 | + | |
| 75 | + | |
73 | 76 |
| |
74 | 77 |
| |
75 | 78 |
| |
|
Lines changed: 34 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
25 | 48 |
| |
26 | 49 |
| |
27 | 50 |
| |
| |||
373 | 396 |
| |
374 | 397 |
| |
375 | 398 |
| |
| 399 | + | |
| 400 | + | |
376 | 401 |
| |
377 | 402 |
| |
378 | 403 |
| |
| |||
425 | 450 |
| |
426 | 451 |
| |
427 | 452 |
| |
428 |
| - | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
429 | 459 |
| |
430 |
| - | |
| 460 | + | |
| 461 | + | |
| 462 | + |
Lines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
148 | 148 |
| |
149 | 149 |
| |
150 | 150 |
| |
151 |
| - | |
152 |
| - | |
153 |
| - | |
154 |
| - | |
| 151 | + | |
155 | 152 |
| |
156 | 153 |
| |
157 | 154 |
| |
|
Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
314 | 314 |
| |
315 | 315 |
| |
316 | 316 |
| |
317 |
| - | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
318 | 321 |
| |
319 | 322 |
| |
320 | 323 |
| |
|
Submodule examples_tests updated 48 files
- 02_HelloCompute/main.cpp+1-1
- 03_DeviceSelectionAndSharedSources/Testers.h+4-4
- 03_DeviceSelectionAndSharedSources/main.cpp+2-2
- 05_StreamingAndBufferDeviceAddressApp/main.cpp+2-2
- 07_StagingAndMultipleQueues/main.cpp+1-1
- 10_CountingSort/main.cpp+3-3
- 21_LRUCacheUnitTest/main.cpp+35
- 22_CppCompat/app_resources/test.comp.hlsl+5-5
- 22_CppCompat/main.cpp+3-3
- 23_ArithmeticUnitTest/main.cpp+1-1
- 24_ColorSpaceTest/app_resources/present.frag.hlsl+2-1
- 24_ColorSpaceTest/main.cpp+3-3
- 35_GeometryCreator/CMakeLists.txt+3
- 35_GeometryCreator/main.cpp+521-514
- 61_UI/main.cpp+3-4
- 62_CAD/CMakeLists.txt+26
- 62_CAD/DrawResourcesFiller.cpp+252-117
- 62_CAD/DrawResourcesFiller.h+149-32
- 62_CAD/Hatch.cpp+458-2
- 62_CAD/Hatch.h+29-1
- 62_CAD/HatchGlyphBuilder.h+143
- 62_CAD/IndexAllocator.h+241
- 62_CAD/SingleLineText.cpp+83
- 62_CAD/SingleLineText.h+47
- 62_CAD/common.hlsl+128-64
- 62_CAD/fragment_shader.hlsl+70-31
- 62_CAD/main.cpp+520-76
- 62_CAD/resolve_alphas.hlsl+1-1
- 62_CAD/vertex_shader.hlsl+118-25
- old_to_refactor/07.SubpassBaking/main.cpp+482
- old_to_refactor/23.Autoexposure/CMakeLists.txt+13
- old_to_refactor/23.Autoexposure/fstFrag.frag+19
- old_to_refactor/23.Autoexposure/main.cpp+929
- old_to_refactor/60.ClusteredRendering/clipmap/first_cull.comp+110
- old_to_refactor/60.ClusteredRendering/clipmap/intermediate_cull.comp+112
- old_to_refactor/60.ClusteredRendering/clipmap/last_cull.comp+91
- old_to_refactor/60.ClusteredRendering/cull_common.glsl+247
- old_to_refactor/60.ClusteredRendering/debug_draw_aabb.vert+28
- old_to_refactor/60.ClusteredRendering/debug_draw_light_volume.vert+16
- old_to_refactor/60.ClusteredRendering/intersection_record.glsl+58
- old_to_refactor/60.ClusteredRendering/lighting.frag+270
- old_to_refactor/60.ClusteredRendering/lighting.vert+29
- old_to_refactor/60.ClusteredRendering/main.cpp+3.8k
- old_to_refactor/60.ClusteredRendering/octree/first_cull.comp+218
- old_to_refactor/60.ClusteredRendering/octree/intermediate_cull.comp+127
- old_to_refactor/60.ClusteredRendering/octree/last_cull.comp+123
- old_to_refactor/60.ClusteredRendering/scan.comp+149
- old_to_refactor/60.ClusteredRendering/scatter.comp+75
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
118 | 118 |
| |
119 | 119 |
| |
120 | 120 |
| |
121 |
| - | |
| 121 | + | |
122 | 122 |
| |
123 | 123 |
| |
124 | 124 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 |
| - | |
42 |
| - | |
| 41 | + | |
| 42 | + | |
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
| |||
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
54 |
| - | |
| 54 | + | |
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
110 |
| - | |
| 110 | + | |
111 | 111 |
| |
112 | 112 |
| |
113 | 113 |
| |
114 | 114 |
| |
115 | 115 |
| |
116 | 116 |
| |
117 |
| - | |
| 117 | + | |
118 | 118 |
| |
119 | 119 |
| |
120 | 120 |
| |
121 |
| - | |
| 121 | + | |
122 | 122 |
| |
123 | 123 |
| |
124 | 124 |
| |
125 |
| - | |
| 125 | + | |
126 | 126 |
| |
127 | 127 |
| |
128 | 128 |
| |
|
0 commit comments