File tree
136 files changed
+6209
-6961
lines changed- include/nbl
- asset
- filters
- format
- impl
- interchange
- utils
- builtin
- shader/loader/mtl
- config
- core/algorithm
- ext
- LumaMeter
- OIT
- ScreenShot
- ToneMapper
- scene
- system
- ui
- video
- alloc
- debug
- utilities
- source/Nabla
- src/nbl
- asset
- interchange
- utils
- ext
- DebugDraw
- DepthPyramidGenerator
- LumaMeter
- MitsubaLoader
- ToneMapper
- system
- ui
- video
- utilities
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
136 files changed
+6209
-6961
lines changedSubmodule examples_tests updated 29 files
- 0.ImportanceSamplingEnvMaps/main.cpp+1-1
- 01.HelloWorld/main.cpp+63-47
- 02.ComputeShader/main.cpp+210-159
- 03.GPU_Mesh/main.cpp+1-1
- 04.Keyframe/main.cpp+2-1
- 06.MeshLoaders/main.cpp+1-1
- 07.SubpassBaking/main.cpp+3-2
- 09.ColorSpaceTest/main.cpp+268-67
- 11.LoDSystem/main.cpp+10-7
- 12.glTF/main.cpp+1-1
- 16.OrderIndependentTransparency/main.cpp+1-1
- 18.MitsubaLoader/main.cpp+1-1
- 20.Megatexture/main.cpp+2-2
- 21.DynamicTextureIndexing/main.cpp+1-1
- 27.PLYSTLDemo/main.cpp+1-1
- 29.SpecializationConstants/main.cpp+39-11
- 35.GeometryCreator/main.cpp+3-2
- 41.VisibilityBuffer/main.cpp+2-2
- 42.FragmentShaderPathTracer/main.cpp+13-18
- 47.DerivMapTest/main.cpp+2-1
- 48.ArithmeticUnitTest/main.cpp+12-11
- 50.NewAPITest/main.cpp+1-1
- 53.ComputeShaders/main.cpp+1-1
- 54.Transformations/main.cpp+99-72
- 56.RayQuery/main.cpp+115-83
- 61.BlitFilterTest/main.cpp+4-3
- common/Camera.hpp+16
- common/CommonAPI.cpp+16-707
- common/CommonAPI.h+1.0k-100
Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
| 1 | + | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
| 69 | + | |
69 | 70 |
| |
70 | 71 |
| |
71 | 72 |
| |
|
Lines changed: 6 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
| |||
119 | 119 |
| |
120 | 120 |
| |
121 | 121 |
| |
122 |
| - | |
| 122 | + | |
123 | 123 |
| |
124 | 124 |
| |
125 | 125 |
| |
126 | 126 |
| |
127 | 127 |
| |
128 |
| - | |
129 |
| - | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
130 | 131 |
| |
131 | 132 |
| |
132 | 133 |
| |
| |||
144 | 145 |
| |
145 | 146 |
| |
146 | 147 |
| |
147 |
| - | |
| 148 | + | |
148 | 149 |
| |
149 | 150 |
| |
150 | 151 |
| |
|
Lines changed: 47 additions & 45 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
23 |
| - | |
| 22 | + | |
| 23 | + | |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 |
| - | |
39 |
| - | |
40 |
| - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
41 | 41 |
| |
42 | 42 |
| |
43 |
| - | |
| 43 | + | |
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
| |||
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
77 |
| - | |
| 77 | + | |
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
| |||
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
93 |
| - | |
94 |
| - | |
95 |
| - | |
96 |
| - | |
97 |
| - | |
98 |
| - | |
99 |
| - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
100 | 100 |
| |
101 |
| - | |
102 |
| - | |
103 |
| - | |
104 |
| - | |
105 |
| - | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
106 | 106 |
| |
107 |
| - | |
108 |
| - | |
| 107 | + | |
| 108 | + | |
109 | 109 |
| |
110 | 110 |
| |
111 | 111 |
| |
| |||
125 | 125 |
| |
126 | 126 |
| |
127 | 127 |
| |
| 128 | + | |
| 129 | + | |
128 | 130 |
| |
129 | 131 |
| |
130 | 132 |
| |
| |||
140 | 142 |
| |
141 | 143 |
| |
142 | 144 |
| |
143 |
| - | |
144 |
| - | |
145 |
| - | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
146 | 148 |
| |
147 | 149 |
| |
148 | 150 |
| |
149 | 151 |
| |
150 | 152 |
| |
151 | 153 |
| |
152 |
| - | |
153 |
| - | |
154 |
| - | |
155 |
| - | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
156 | 158 |
| |
157 |
| - | |
158 |
| - | |
| 159 | + | |
| 160 | + | |
159 | 161 |
| |
160 | 162 |
| |
161 | 163 |
| |
162 | 164 |
| |
163 | 165 |
| |
164 | 166 |
| |
165 |
| - | |
166 |
| - | |
167 |
| - | |
168 |
| - | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
169 | 171 |
| |
170 | 172 |
| |
171 | 173 |
| |
172 | 174 |
| |
173 | 175 |
| |
174 |
| - | |
175 |
| - | |
176 |
| - | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
177 | 179 |
| |
178 |
| - | |
179 |
| - | |
| 180 | + | |
| 181 | + | |
180 | 182 |
| |
181 | 183 |
| |
182 |
| - | |
183 |
| - | |
184 |
| - | |
185 |
| - | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
186 | 188 |
| |
187 | 189 |
| |
188 | 190 |
| |
189 | 191 |
| |
190 |
| - | |
| 192 | + |
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
176 | 176 |
| |
177 | 177 |
| |
178 | 178 |
| |
| 179 | + | |
| 180 | + | |
179 | 181 |
| |
| 182 | + | |
180 | 183 |
| |
181 | 184 |
| |
182 | 185 |
| |
|
Lines changed: 28 additions & 36 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 |
| - | |
36 |
| - | |
37 | 32 |
| |
38 |
| - | |
39 |
| - | |
40 |
| - | |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 | 33 |
| |
45 |
| - | |
46 |
| - | |
47 |
| - | |
48 |
| - | |
49 |
| - | |
50 |
| - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
51 | 37 |
| |
52 | 38 |
| |
53 | 39 |
| |
54 |
| - | |
| 40 | + | |
55 | 41 |
| |
56 |
| - | |
57 |
| - | |
58 |
| - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
59 | 45 |
| |
60 |
| - | |
| 46 | + | |
| 47 | + | |
61 | 48 |
| |
62 | 49 |
| |
63 | 50 |
| |
| |||
70 | 57 |
| |
71 | 58 |
| |
72 | 59 |
| |
73 |
| - | |
74 |
| - | |
75 |
| - | |
76 |
| - | |
77 |
| - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
78 | 65 |
| |
79 |
| - | |
80 |
| - | |
| 66 | + | |
| 67 | + | |
81 | 68 |
| |
82 | 69 |
| |
83 | 70 |
| |
84 |
| - | |
| 71 | + | |
85 | 72 |
| |
86 | 73 |
| |
87 | 74 |
| |
88 | 75 |
| |
89 | 76 |
| |
90 |
| - | |
91 |
| - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
92 | 80 |
| |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
93 | 86 |
| |
94 | 87 |
| |
95 | 88 |
| |
| |||
109 | 102 |
| |
110 | 103 |
| |
111 | 104 |
| |
112 |
| - | |
| 105 | + | |
113 | 106 |
| |
114 | 107 |
| |
115 | 108 |
| |
| |||
140 | 133 |
| |
141 | 134 |
| |
142 | 135 |
| |
143 |
| - | |
144 |
| - | |
145 |
| - | |
| 136 | + | |
| 137 | + | |
146 | 138 |
| |
147 | 139 |
| |
148 | 140 |
| |
|
Lines changed: 2 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
49 |
| - | |
50 |
| - | |
| 49 | + | |
| 50 | + | |
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
| |||
352 | 352 |
| |
353 | 353 |
| |
354 | 354 |
| |
355 |
| - | |
356 |
| - | |
357 |
| - | |
358 | 355 |
| |
359 | 356 |
| |
360 | 357 |
| |
|
0 commit comments