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/types.h')
-rw-r--r--intern/cycles/kernel/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/kernel/types.h b/intern/cycles/kernel/types.h
index 4109dd6a486..2827139d511 100644
--- a/intern/cycles/kernel/types.h
+++ b/intern/cycles/kernel/types.h
@@ -1184,9 +1184,9 @@ typedef struct KernelIntegrator {
float volume_step_rate;
int has_shadow_catcher;
+ float scrambling_distance;
/* padding */
- int pad1;
} KernelIntegrator;
static_assert_align(KernelIntegrator, 16);