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/background.h')
-rw-r--r--intern/cycles/render/background.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern/cycles/render/background.h b/intern/cycles/render/background.h
index 020db7bf6aa..fb27430f9a3 100644
--- a/intern/cycles/render/background.h
+++ b/intern/cycles/render/background.h
@@ -55,6 +55,8 @@ class Background : public Node {
bool modified(const Background &background);
void tag_update(Scene *scene);
+
+ Shader *get_shader(const Scene *scene);
};
CCL_NAMESPACE_END