1 file changed
+1
-1
lines changedSubmodule examples_tests updated 21 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+356
- 31_HLSLPathTracer/app_resources/hlsl/intersector.hlsl+88
- 31_HLSLPathTracer/app_resources/hlsl/material_system.hlsl+205
- 31_HLSLPathTracer/app_resources/hlsl/next_event_estimator.hlsl+446
- 31_HLSLPathTracer/app_resources/hlsl/pathtracer.hlsl+320
- 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+226
- 31_HLSLPathTracer/app_resources/hlsl/render_common.hlsl+23
- 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.4k
- 31_HLSLPathTracer/pipeline.groovy+50
- CMakeLists.txt+2
0 commit comments