Cycles: Update stdosl.h for OSL 1.5.

This commit is contained in:
Thomas Dinges 2014-08-01 15:23:28 +02:00
parent f51282fc57
commit 59f4ba854b
1 changed files with 1 additions and 0 deletions

View File

@ -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"); }