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:
authorThomas Dinges <blender@dingto.org>2014-08-01 17:23:28 +0400
committerThomas Dinges <blender@dingto.org>2014-08-01 17:23:58 +0400
commit59f4ba854b34d4545bc1a269f8c42e4167012d2a (patch)
tree0993420aa60e31396856ddb7a3318c8a1d1d8ffc /intern/cycles/kernel/shaders/stdosl.h
parentf51282fc579dc8632a5f8cf876b758e437586c6a (diff)
Cycles: Update stdosl.h for OSL 1.5.
Diffstat (limited to 'intern/cycles/kernel/shaders/stdosl.h')
-rw-r--r--intern/cycles/kernel/shaders/stdosl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/kernel/shaders/stdosl.h b/intern/cycles/kernel/shaders/stdosl.h
index 94ebae16ba3..f8e5fd510ee 100644
--- a/intern/cycles/kernel/shaders/stdosl.h
+++ b/intern/cycles/kernel/shaders/stdosl.h
@@ -508,6 +508,7 @@ closure color henyey_greenstein(float g) BUILTIN;
closure color absorption() BUILTIN;
// Renderer state
+int backfacing () BUILTIN;
int raytype (string typename) BUILTIN;
// the individual 'isFOOray' functions are deprecated
int iscameraray () { return raytype("camera"); }