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/render/shader.h')
-rw-r--r--intern/cycles/render/shader.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/intern/cycles/render/shader.h b/intern/cycles/render/shader.h
index 2a9f1198467..8810017068b 100644
--- a/intern/cycles/render/shader.h
+++ b/intern/cycles/render/shader.h
@@ -62,7 +62,8 @@ public:
ShaderGraph *graph_bump;
/* sampling */
- bool sample_as_light;
+ bool use_mis;
+ bool use_transparent_shadow;
bool homogeneous_volume;
/* synchronization */