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:
authorSergey Sharybin <sergey.vfx@gmail.com>2016-07-28 13:20:47 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-07-28 13:27:05 +0300
commit87717c64490f3fe3a00e5df844f3d03923ceca34 (patch)
tree01812fe4784527f32a90e452c32b9550cc51ae97 /intern/cycles/render/mesh.h
parentaaac4e965e001d9a491f0bbca02893641cdf3ddc (diff)
Cycles: De-duplicate check for MIS shaders in meshes
Should be no functional changes.
Diffstat (limited to 'intern/cycles/render/mesh.h')
-rw-r--r--intern/cycles/render/mesh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/render/mesh.h b/intern/cycles/render/mesh.h
index 0aea55544f2..8225463214d 100644
--- a/intern/cycles/render/mesh.h
+++ b/intern/cycles/render/mesh.h
@@ -122,6 +122,7 @@ public:
array<bool> forms_quad; /* used to tell if triangle is part of a quad patch */
bool has_volume; /* Set in the device_update_flags(). */
+ bool has_mis_emission; /* Set in the device_update_flags(). */
bool has_surface_bssrdf; /* Set in the device_update_flags(). */
array<float3> curve_keys;