Cycles / OSLGlobals:
* Fixes for changes in the Open Shading Langauge API from version 0.6.0: 11ce51418b
* Removed the need for ShadingSystemImpl.
This commit is contained in:
@@ -60,7 +60,7 @@ struct OSLGlobals {
|
||||
/* thread key for thread specific data lookup */
|
||||
struct ThreadData {
|
||||
OSL::ShaderGlobals globals;
|
||||
void *thread_info;
|
||||
OSL::PerThreadInfo *thread_info;
|
||||
};
|
||||
|
||||
static tls_ptr(ThreadData, thread_data);
|
||||
|
Reference in New Issue
Block a user