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/kernel_types.h')
-rw-r--r--intern/cycles/kernel/kernel_types.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/intern/cycles/kernel/kernel_types.h b/intern/cycles/kernel/kernel_types.h
index 6d177816a98..65cae035f29 100644
--- a/intern/cycles/kernel/kernel_types.h
+++ b/intern/cycles/kernel/kernel_types.h
@@ -1239,8 +1239,8 @@ typedef struct KernelIntegrator {
int num_all_lights;
float pdf_triangles;
float pdf_lights;
- float inv_pdf_lights;
int pdf_background_res;
+ float light_inv_rr_threshold;
/* light portals */
float portal_pdf;
@@ -1298,9 +1298,8 @@ typedef struct KernelIntegrator {
float volume_step_size;
int volume_samples;
- float light_inv_rr_threshold;
-
int start_sample;
+ int pad;
} KernelIntegrator;
static_assert_align(KernelIntegrator, 16);