|
Blender
V2.93
|
Go to the source code of this file.
Functions | |
| CCL_NAMESPACE_BEGIN ccl_device void | svm_node_vertex_color (KernelGlobals *kg, ShaderData *sd, float *stack, uint layer_id, uint color_offset, uint alpha_offset) |
| ccl_device void | svm_node_vertex_color_bump_dx (KernelGlobals *kg, ShaderData *sd, float *stack, uint layer_id, uint color_offset, uint alpha_offset) |
| ccl_device void | svm_node_vertex_color_bump_dy (KernelGlobals *kg, ShaderData *sd, float *stack, uint layer_id, uint color_offset, uint alpha_offset) |
| CCL_NAMESPACE_BEGIN ccl_device void svm_node_vertex_color | ( | KernelGlobals * | kg, |
| ShaderData * | sd, | ||
| float * | stack, | ||
| uint | layer_id, | ||
| uint | color_offset, | ||
| uint | alpha_offset | ||
| ) |
Definition at line 19 of file svm_vertex_color.h.
References ATTR_STD_NOT_FOUND, find_attribute(), float4_to_float3(), kg, make_float3, NULL, primitive_surface_attribute_float4(), stack_store_float(), and stack_store_float3().
Referenced by svm_eval_nodes().
| ccl_device void svm_node_vertex_color_bump_dx | ( | KernelGlobals * | kg, |
| ShaderData * | sd, | ||
| float * | stack, | ||
| uint | layer_id, | ||
| uint | color_offset, | ||
| uint | alpha_offset | ||
| ) |
Definition at line 44 of file svm_vertex_color.h.
References ATTR_STD_NOT_FOUND, find_attribute(), float4_to_float3(), kg, make_float3, NULL, primitive_surface_attribute_float4(), stack_store_float(), and stack_store_float3().
Referenced by svm_eval_nodes().
| ccl_device void svm_node_vertex_color_bump_dy | ( | KernelGlobals * | kg, |
| ShaderData * | sd, | ||
| float * | stack, | ||
| uint | layer_id, | ||
| uint | color_offset, | ||
| uint | alpha_offset | ||
| ) |
Definition at line 71 of file svm_vertex_color.h.
References ATTR_STD_NOT_FOUND, find_attribute(), float4_to_float3(), kg, make_float3, NULL, primitive_surface_attribute_float4(), stack_store_float(), and stack_store_float3().
Referenced by svm_eval_nodes().