Cycles: Remove unused argument from the split kernel functions

Should be no functional changes, just simplifies operation with kernels.
This commit is contained in:
2015-11-01 16:51:32 +05:00
parent 84e8b05e97
commit dc9e0b819b
19 changed files with 16 additions and 48 deletions

View File

@@ -30,7 +30,7 @@
* Queue_data (QUEUE_ACTIVE_AND_REGENERATD_RAYS)-------| |
* Queue_index(QUEUE_HITBG_BUFF_UPDATE_TOREGEN_RAYS)---| |
* ray_state ------------------------------------------| |
* kg (globals + data) --------------------------------| |
* kg (globals) ---------------------------------------| |
* queuesize ------------------------------------------| |
*
* Note on Queues :
@@ -46,7 +46,6 @@
*/
ccl_device void kernel_shader_eval(
KernelGlobals *kg,
ccl_constant KernelData *data,
ShaderData *sd, /* Output ShaderData structure to be filled */
ccl_global uint *rng_coop, /* Required for rbsdf calculation */
ccl_global Ray *Ray_coop, /* Required for setting up shader from ray */