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_volume_stack.h')
-rw-r--r--intern/cycles/kernel/integrator/integrator_volume_stack.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/intern/cycles/kernel/integrator/integrator_volume_stack.h b/intern/cycles/kernel/integrator/integrator_volume_stack.h
index e3a4546508f..cf69826ffff 100644
--- a/intern/cycles/kernel/integrator/integrator_volume_stack.h
+++ b/intern/cycles/kernel/integrator/integrator_volume_stack.h
@@ -98,7 +98,7 @@ ccl_device void volume_stack_enter_exit(KernelGlobals kg,
}
ccl_device void shadow_volume_stack_enter_exit(KernelGlobals kg,
- IntegratorState state,
+ IntegratorShadowState state,
ccl_private const ShaderData *sd)
{
volume_stack_enter_exit(
@@ -136,9 +136,7 @@ ccl_device_inline void volume_stack_clean(KernelGlobals kg, IntegratorState stat
}
template<typename StackReadOp>
-ccl_device float volume_stack_step_size(KernelGlobals kg,
- IntegratorState state,
- StackReadOp stack_read)
+ccl_device float volume_stack_step_size(KernelGlobals kg, StackReadOp stack_read)
{
float step_size = FLT_MAX;