File tree
38 files changed
+713
-88
lines changed- cmake
- install/nbl
- scripts/nbl
- include/nbl
- asset
- metadata
- builtin/glsl
- math
- sampling
- scanning_append
- shapes
- scene
- system
- ui
- video
- alloc
- utilities
- src/nbl
- asset/interchange
- builtin
- ext/MitsubaLoader
- ui
- video/utilities
38 files changed
+713
-88
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
268 | 268 |
| |
269 | 269 |
| |
270 | 270 |
| |
271 |
| - | |
| 271 | + | |
272 | 272 |
| |
273 | 273 |
| |
274 | 274 |
| |
|
Lines changed: 16 additions & 20 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
42 |
| - | |
43 |
| - | |
44 |
| - | |
45 |
| - | |
46 |
| - | |
47 |
| - | |
48 |
| - | |
49 |
| - | |
50 |
| - | |
51 |
| - | |
52 |
| - | |
53 |
| - | |
54 |
| - | |
55 | 42 |
| |
56 | 43 |
| |
57 | 44 |
| |
| |||
61 | 48 |
| |
62 | 49 |
| |
63 | 50 |
| |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
64 | 60 |
| |
65 | 61 |
| |
66 | 62 |
| |
67 | 63 |
| |
68 | 64 |
| |
69 | 65 |
| |
70 |
| - | |
71 |
| - | |
72 |
| - | |
73 |
| - | |
74 |
| - | |
75 |
| - | |
76 |
| - | |
| 66 | + | |
77 | 67 |
| |
78 | 68 |
| |
79 | 69 |
| |
| |||
324 | 314 |
| |
325 | 315 |
| |
326 | 316 |
| |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
327 | 323 |
| |
328 | 324 |
| |
329 | 325 |
| |
|
Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + |
Lines changed: 12 additions & 6 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 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
46 | 52 |
| |
47 |
| - | |
48 |
| - | |
| 53 | + | |
| 54 | + |
Submodule examples_tests updated 38 files
- .gitignore+4
- 0.ImportanceSamplingEnvMaps/main.cpp+4-4
- 01.HelloWorld/main.cpp+9-8
- 02.ComputeShader/main.cpp+18-14
- 03.GPU_Mesh/main.cpp+6-7
- 05.NablaTutorialExample/main.cpp+16-19
- 06.MeshLoaders/main.cpp+8-6
- 07.SubpassBaking/main.cpp+28-17
- 09.ColorSpaceTest/main.cpp+6-5
- 11.LoDSystem/main.cpp+43-16
- 12.glTF/main.cpp+62-27
- 13.EmptyExample/main.cpp+1-1
- 14.ComputeScan/main.cpp+8-9
- 16.OrderIndependentTransparency/main.cpp+15-11
- 17.SimpleBulletIntegration/main.cpp+7-5
- 18.MitsubaLoader/main.cpp+5-5
- 20.Megatexture/main.cpp+18-9
- 21.DynamicTextureIndexing/main.cpp+18-8
- 27.PLYSTLDemo/main.cpp+17-13
- 29.SpecializationConstants/main.cpp+22-14
- 33.Draw3DLine/main.cpp+6-6
- 34.LRUCacheUnitTest/main.cpp+1-1
- 35.GeometryCreator/main.cpp+10-12
- 42.FragmentShaderPathTracer/common.glsl+8
- 42.FragmentShaderPathTracer/litByRectangle.comp+40-15
- 42.FragmentShaderPathTracer/main.cpp+50-14
- 47.DerivMapTest/main.cpp+4-3
- 48.ArithmeticUnitTest/main.cpp+30-72
- 50.NewAPITest/main.cpp+4-3
- 53.ComputeShaders/main.cpp+13-8
- 54.Transformations/main.cpp+62-23
- 55.RGB18E7S3/main.cpp+8-7
- 56.RayQuery/main.cpp+10-8
- 57.AndroidSample/CMakeLists.txt-3
- 57.AndroidSample/main.cpp-530
- CMakeLists.txt+15-16
- common/CommonAPI.h+13-6
- media+1-1
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| 14 | + | |
14 | 15 |
| |
15 | 16 |
| |
16 | 17 |
| |
|
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
65 | 70 |
| |
66 | 71 |
| |
67 | 72 |
| |
| |||
70 | 75 |
| |
71 | 76 |
| |
72 | 77 |
| |
| 78 | + | |
73 | 79 |
| |
74 | 80 |
| |
75 | 81 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
99 | 99 |
| |
100 | 100 |
| |
101 | 101 |
| |
102 |
| - | |
| 102 | + | |
103 | 103 |
| |
104 | 104 |
| |
105 | 105 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| 20 | + | |
| 21 | + | |
20 | 22 |
| |
21 | 23 |
| |
22 | 24 |
| |
|
0 commit comments