diff --git a/intern/cycles/kernel/data_template.h b/intern/cycles/kernel/data_template.h index 35ea440c462..4d8b8ca8665 100644 --- a/intern/cycles/kernel/data_template.h +++ b/intern/cycles/kernel/data_template.h @@ -182,6 +182,7 @@ KERNEL_STRUCT_MEMBER(integrator, int, caustics_reflective) KERNEL_STRUCT_MEMBER(integrator, int, caustics_refractive) KERNEL_STRUCT_MEMBER(integrator, float, filter_glossy) /* Seed. */ +KERNEL_STRUCT_MEMBER_DONT_SPECIALIZE KERNEL_STRUCT_MEMBER(integrator, int, seed) /* Clamp. */ KERNEL_STRUCT_MEMBER(integrator, float, sample_clamp_direct)