Blender V4.3
checker.h File Reference

Go to the source code of this file.

Functions

CCL_NAMESPACE_BEGIN ccl_device float svm_checker (float3 p)
 
ccl_device_noinline void svm_node_tex_checker (KernelGlobals kg, ccl_private ShaderData *sd, ccl_private float *stack, uint4 node)
 

Function Documentation

◆ svm_checker()

Definition at line 11 of file checker.h.

References abs(), float_to_int(), floorf, float3::x, float3::y, and float3::z.

Referenced by svm_node_tex_checker().

◆ svm_node_tex_checker()