|
Blender
V2.93
|
Go to the source code of this file.
Functions | |
| CCL_NAMESPACE_BEGIN ccl_device void | svm_node_mix (KernelGlobals *kg, ShaderData *sd, float *stack, uint fac_offset, uint c1_offset, uint c2_offset, int *offset) |
| CCL_NAMESPACE_BEGIN ccl_device void svm_node_mix | ( | KernelGlobals * | kg, |
| ShaderData * | sd, | ||
| float * | stack, | ||
| uint | fac_offset, | ||
| uint | c1_offset, | ||
| uint | c2_offset, | ||
| int * | offset | ||
| ) |
Definition at line 21 of file svm_mix.h.
References kg, read_node(), result, stack_load_float(), stack_load_float3(), stack_store_float3(), svm_mix(), uint4::y, and uint4::z.
Referenced by svm_eval_nodes().