File tree
82 files changed
+1610
-719
lines changed- 3rdparty
- dxc
- include/nbl
- asset
- filters
- dithering
- interchange
- utils
- builtin/hlsl
- blit
- concepts
- accessors
- cpp_compat
- fft
- workgroup
- core/alloc
- ext/ScreenShot
- scene
- video
- utilities
- src/nbl
- asset
- interchange
- utils
- builtin
- core/alloc
- ext
- DepthPyramidGenerator
- FFT
- ImGui
- LumaMeter
- MitsubaLoader
- RadixSort
- TextRendering
- ToneMapper
- system
- video
- utilities
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
82 files changed
+1610
-719
lines changedLines changed: 12 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
235 | 235 |
| |
236 | 236 |
| |
237 | 237 |
| |
| 238 | + | |
238 | 239 |
| |
239 | 240 |
| |
240 | 241 |
| |
| |||
382 | 383 |
| |
383 | 384 |
| |
384 | 385 |
| |
385 |
| - | |
386 |
| - | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
387 | 397 |
| |
388 | 398 |
| |
389 | 399 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 |
| |
2 | 5 |
| |
3 | 6 |
| |
|
- .devcontainer/devcontainer.json-52
- .gitignore+5-1
- .vscode/launch.json-32
- CMakeLists.txt-93
- Dockerfile-36
- GraphEditor.cpp+6-6
- GraphEditor.h+1-1
- ImCurveEdit.cpp+3-3
- ImCurveEdit.h+1-1
- ImGradient.cpp+3-3
- ImGradient.h+1-1
- ImGuizmo.cpp+190-42
- ImGuizmo.h+38-4
- ImSequencer.cpp+7-4
- ImSequencer.h+1-1
- ImZoomSlider.h+1-1
- Images/nodeeditor.jpg
- Makefile+19
- README.md+1-1
- bin/ImGuizmoSample.exe
- bin/imgui.ini+25
- cmake/imguizmoConfig.cmake.in-10
- example/CMakeLists.txt-28
- example/ImApp.h+3.6k
- example/ImGuizmoSample.vcxproj+6-4
- example/imconfig.h+136
- example/imgui.cpp+16.4k
- example/imgui.h+3.7k
- example/imgui_demo.cpp+10.3k
- example/imgui_draw.cpp+4.6k
- example/imgui_internal.h+3.7k
- example/imgui_tables.cpp+4.5k
- example/imgui_widgets.cpp+10.2k
- example/imstb_rectpack.h+627
- example/imstb_textedit.h+1.5k
- example/imstb_truetype.h+5.1k
- example/main.cpp+143-269
- example/stb_image.h+7.2k
- vcpkg-example/CMakeLists.txt+24
- vcpkg-example/ImApp.h+3.6k
- vcpkg-example/README.md+52
- vcpkg-example/imgui.ini+25
- vcpkg-example/main.cpp+888
- vcpkg-example/vcpkg.json+9
Submodule examples_tests updated 17 files
- 0_ImportanceSamplingEnvMaps/main.cpp+8-8
- 22_RaytracedAO/Renderer.cpp+3-3
- 23_ArithmeticUnitTest/main.cpp+1-1
- 24_ColorSpaceTest/main.cpp+1-1
- 25_FilterTest/main.cpp+1-1
- 27_MPMCScheduler/app_resources/shader.comp.hlsl+3-15
- 29_SpecializationConstants/main.cpp+1-1
- 36_CUDAInterop/main.cpp+2-2
- 39_DenoiserTonemapper/main.cpp+3-3
- 42_FragmentShaderPathTracer/main.cpp+2-2
- 43_SumAndCDFFilters/main.cpp+2-2
- 47_DerivMapTest/main.cpp+1-1
- 53_ComputeShaders/main.cpp+1-1
- 56_RayQuery/main.cpp+3-3
- 62_CAD/DrawResourcesFiller.cpp+5-5
- 62_CAD/Hatch.cpp+1-1
- common/include/CGeomtryCreatorScene.hpp+3-3
Lines changed: 0 additions & 34 deletions
This file was deleted.
Lines changed: 79 additions & 116 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
10 |
| - | |
11 | 9 |
| |
12 | 10 |
| |
13 | 11 |
| |
14 | 12 |
| |
| 13 | + | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
26 | 26 |
| |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 | 27 |
| |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 |
| - | |
| 28 | + | |
36 | 29 |
| |
37 |
| - | |
38 |
| - | |
39 |
| - | |
| 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 | + | |
| 55 | + | |
| 56 | + | |
40 | 57 |
| |
41 |
| - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
42 | 66 |
| |
43 | 67 |
| |
44 | 68 |
| |
45 | 69 |
| |
46 |
| - | |
47 |
| - | |
| 70 | + | |
| 71 | + | |
48 | 72 |
| |
49 | 73 |
| |
50 | 74 |
| |
51 | 75 |
| |
52 | 76 |
| |
53 | 77 |
| |
54 | 78 |
| |
55 |
| - | |
| 79 | + | |
56 | 80 |
| |
57 |
| - | |
58 | 81 |
| |
59 | 82 |
| |
60 |
| - | |
61 |
| - | |
62 |
| - | |
63 |
| - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
64 | 87 |
| |
65 | 88 |
| |
66 |
| - | |
| 89 | + | |
67 | 90 |
| |
68 | 91 |
| |
69 |
| - | |
70 |
| - | |
71 |
| - | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
72 | 95 |
| |
73 |
| - | |
| 96 | + | |
74 | 97 |
| |
75 |
| - | |
| 98 | + | |
76 | 99 |
| |
77 | 100 |
| |
78 | 101 |
| |
| |||
90 | 113 |
| |
91 | 114 |
| |
92 | 115 |
| |
93 |
| - | |
94 |
| - | |
95 |
| - | |
96 |
| - | |
97 |
| - | |
98 |
| - | |
99 |
| - | |
100 |
| - | |
101 |
| - | |
102 |
| - | |
103 |
| - | |
104 |
| - | |
105 |
| - | |
106 |
| - | |
107 |
| - | |
108 |
| - | |
109 |
| - | |
110 |
| - | |
111 |
| - | |
112 |
| - | |
113 |
| - | |
114 |
| - | |
115 |
| - | |
116 |
| - | |
117 |
| - | |
118 |
| - | |
119 |
| - | |
120 |
| - | |
121 |
| - | |
122 |
| - | |
123 |
| - | |
124 |
| - | |
125 |
| - | |
126 |
| - | |
127 |
| - | |
128 |
| - | |
129 |
| - | |
130 |
| - | |
131 |
| - | |
132 |
| - | |
133 |
| - | |
134 |
| - | |
135 |
| - | |
136 |
| - | |
137 |
| - | |
138 |
| - | |
139 |
| - | |
140 |
| - | |
141 |
| - | |
142 |
| - | |
143 |
| - | |
144 |
| - | |
145 |
| - | |
146 |
| - | |
147 |
| - | |
148 |
| - | |
149 |
| - | |
150 |
| - | |
151 |
| - | |
152 |
| - | |
153 |
| - | |
154 |
| - | |
155 |
| - | |
156 |
| - | |
157 |
| - | |
158 |
| - | |
159 |
| - | |
160 |
| - | |
161 |
| - | |
162 |
| - | |
163 |
| - | |
164 |
| - | |
165 |
| - | |
166 |
| - | |
167 |
| - | |
168 |
| - | |
169 |
| - | |
170 |
| - | |
171 |
| - | |
172 |
| - | |
173 |
| - | |
174 |
| - | |
175 |
| - | |
176 |
| - | |
177 |
| - | |
178 |
| - | |
179 |
| - | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
180 | 143 |
| |
181 | 144 |
| |
182 | 145 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
544 | 544 |
| |
545 | 545 |
| |
546 | 546 |
| |
547 |
| - | |
| 547 | + | |
548 | 548 |
| |
549 | 549 |
| |
550 | 550 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
| 36 | + | |
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
89 | 89 |
| |
90 | 90 |
| |
91 | 91 |
| |
92 |
| - | |
| 92 | + | |
93 | 93 |
| |
94 | 94 |
| |
95 | 95 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
61 |
| - | |
| 61 | + | |
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
|
0 commit comments