Blender  V3.3
Functions
kernel/bake/bake.h File Reference
#include "kernel/camera/projection.h"
#include "kernel/integrator/shader_eval.h"
#include "kernel/geom/geom.h"

Go to the source code of this file.

Functions

CCL_NAMESPACE_BEGIN ccl_device void kernel_displace_evaluate (KernelGlobals kg, ccl_global const KernelShaderEvalInput *input, ccl_global float *output, const int offset)
 
ccl_device void kernel_background_evaluate (KernelGlobals kg, ccl_global const KernelShaderEvalInput *input, ccl_global float *output, const int offset)
 
ccl_device void kernel_curve_shadow_transparency_evaluate (KernelGlobals kg, ccl_global const KernelShaderEvalInput *input, ccl_global float *output, const int offset)
 

Function Documentation

◆ kernel_background_evaluate()

ccl_device void kernel_background_evaluate ( KernelGlobals  kg,
ccl_global const KernelShaderEvalInput input,
ccl_global float output,
const int  offset 
)

◆ kernel_curve_shadow_transparency_evaluate()

ccl_device void kernel_curve_shadow_transparency_evaluate ( KernelGlobals  kg,
ccl_global const KernelShaderEvalInput input,
ccl_global float output,
const int  offset 
)

◆ kernel_displace_evaluate()

CCL_NAMESPACE_BEGIN ccl_device void kernel_displace_evaluate ( KernelGlobals  kg,
ccl_global const KernelShaderEvalInput input,
ccl_global float output,
const int  offset 
)