Cycles: Cleanup, remove residue of previous split kernel data
This is all in split data state array.
This commit is contained in:
@@ -114,8 +114,6 @@ public:
|
||||
ccl_global type *name;
|
||||
#include "kernel_textures.h"
|
||||
#undef KERNEL_TEX
|
||||
void *sd_input;
|
||||
void *isect_shadow;
|
||||
SplitData split_data;
|
||||
SplitParams split_param_data;
|
||||
} KernelGlobals;
|
||||
|
@@ -110,8 +110,6 @@ typedef ccl_addr_space struct KernelGlobals {
|
||||
# include "kernel_textures.h"
|
||||
|
||||
# ifdef __SPLIT_KERNEL__
|
||||
ShaderData *sd_input;
|
||||
Intersection *isect_shadow;
|
||||
SplitData split_data;
|
||||
SplitParams split_param_data;
|
||||
# endif
|
||||
|
Reference in New Issue
Block a user