You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
412 B
6 lines
412 B
// We need only need one bounce given that we want to see the objects and then direct lighting is not done using raytracing
|
|
#pragma max_recursion_depth 10
|
|
|
|
// TODO, need to remove the 1 as there is a bug in the ProbeVolume.hlsl file
|
|
#define PROBE_VOLUMES_L2 1
|
|
#include "Packages/com.unity.render-pipelines.high-definition/Runtime/RenderPipeline/Raytracing/Shaders/IndirectDiffuse/RayTracingIndirectDiffuse.hlsl"
|