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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2013-12-08 18:15:27 +0400
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2013-12-08 18:15:27 +0400
commit38adc8a91fcf1952f2d6c78a86d7441ebd6899a4 (patch)
treeb57634c4b03e198d4a81f80e7f17e26eab468fbe /intern/cycles/render/osl.h
parent2288eb824516e54e4dc3f7a802a56ce61983181b (diff)
Cycles OSL: update to build with latest OSL master shader group changes.
Diffstat (limited to 'intern/cycles/render/osl.h')
-rw-r--r--intern/cycles/render/osl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/render/osl.h b/intern/cycles/render/osl.h
index d6e514bdcaf..fe73f912483 100644
--- a/intern/cycles/render/osl.h
+++ b/intern/cycles/render/osl.h
@@ -143,7 +143,7 @@ public:
private:
string id(ShaderNode *node);
- void compile_type(Shader *shader, ShaderGraph *graph, ShaderType type);
+ OSL::ShadingAttribStateRef compile_type(Shader *shader, ShaderGraph *graph, ShaderType type);
bool node_skip_input(ShaderNode *node, ShaderInput *input);
string compatible_name(ShaderNode *node, ShaderInput *input);
string compatible_name(ShaderNode *node, ShaderOutput *output);