Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/cycles/kernel/integrator/integrator_intersect_closest.h')
-rw-r--r--intern/cycles/kernel/integrator/integrator_intersect_closest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/kernel/integrator/integrator_intersect_closest.h b/intern/cycles/kernel/integrator/integrator_intersect_closest.h
index cd9af1c62fc..760c08159e3 100644
--- a/intern/cycles/kernel/integrator/integrator_intersect_closest.h
+++ b/intern/cycles/kernel/integrator/integrator_intersect_closest.h
@@ -86,7 +86,7 @@ ccl_device_forceinline bool integrator_intersect_terminate(INTEGRATOR_STATE_ARGS
template<uint32_t current_kernel>
ccl_device_forceinline void integrator_intersect_shader_next_kernel(
INTEGRATOR_STATE_ARGS,
- const Intersection *ccl_restrict isect,
+ ccl_private const Intersection *ccl_restrict isect,
const int shader,
const int shader_flags)
{