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