File tree
7 files changed
+372
-5
lines changed- include/nbl/builtin/hlsl
- concepts/accessors
- rwmc
- src/nbl/builtin
7 files changed
+372
-5
lines changedSubmodule examples_tests updated 32 files
- 31_HLSLPathTracer/CMakeLists.txt+37
- 31_HLSLPathTracer/app_resources/glsl/common.glsl+837
- 31_HLSLPathTracer/app_resources/glsl/litByRectangle.comp+182
- 31_HLSLPathTracer/app_resources/glsl/litBySphere.comp+60
- 31_HLSLPathTracer/app_resources/glsl/litByTriangle.comp+105
- 31_HLSLPathTracer/app_resources/hlsl/common.hlsl+367
- 31_HLSLPathTracer/app_resources/hlsl/intersector.hlsl+88
- 31_HLSLPathTracer/app_resources/hlsl/material_system.hlsl+175
- 31_HLSLPathTracer/app_resources/hlsl/next_event_estimator.hlsl+453
- 31_HLSLPathTracer/app_resources/hlsl/pathtracer.hlsl+327
- 31_HLSLPathTracer/app_resources/hlsl/present.frag.hlsl+19
- 31_HLSLPathTracer/app_resources/hlsl/rand_gen.hlsl+38
- 31_HLSLPathTracer/app_resources/hlsl/ray_gen.hlsl+82
- 31_HLSLPathTracer/app_resources/hlsl/render.comp.hlsl+280
- 31_HLSLPathTracer/app_resources/hlsl/render_common.hlsl+23
- 31_HLSLPathTracer/app_resources/hlsl/render_rwmc_common.hlsl+17
- 31_HLSLPathTracer/app_resources/hlsl/resolve.comp.hlsl+41
- 31_HLSLPathTracer/app_resources/hlsl/resolve_common.hlsl+15
- 31_HLSLPathTracer/app_resources/hlsl/rwmc_global_settings_common.hlsl+7
- 31_HLSLPathTracer/app_resources/hlsl/scene.hlsl+111
- 31_HLSLPathTracer/config.json.template+28
- 31_HLSLPathTracer/include/nbl/this_example/common.hpp+17
- 31_HLSLPathTracer/main.cpp+1.7k
- 31_HLSLPathTracer/pipeline.groovy+50
- 66_HLSLBxDFTests/CMakeLists.txt+10-14
- 66_HLSLBxDFTests/app_resources/config.json-31
- 66_HLSLBxDFTests/app_resources/test_compile.comp.hlsl-103
- 66_HLSLBxDFTests/app_resources/test_components.hlsl-378
- 66_HLSLBxDFTests/app_resources/tests.hlsl+350-902
- 66_HLSLBxDFTests/app_resources/tests_common.hlsl-669
- 66_HLSLBxDFTests/main.cpp+33-331
- CMakeLists.txt+2
Lines changed: 11 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
19 | 26 | | |
20 | | - | |
| 27 | + | |
21 | 28 | | |
22 | 29 | | |
23 | 30 | | |
| |||
26 | 33 | | |
27 | 34 | | |
28 | 35 | | |
29 | | - | |
| 36 | + | |
30 | 37 | | |
31 | 38 | | |
32 | 39 | | |
33 | 40 | | |
34 | | - | |
| 41 | + | |
35 | 42 | | |
36 | 43 | | |
37 | 44 | | |
38 | 45 | | |
39 | 46 | | |
40 | 47 | | |
41 | 48 | | |
42 | | - | |
| 49 | + | |
43 | 50 | | |
44 | 51 | | |
45 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 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 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
0 commit comments