Blender V4.3
data_passes.h File Reference

Go to the source code of this file.

Functions

CCL_NAMESPACE_BEGIN ccl_device_inline size_t film_write_cryptomatte_pass (ccl_global float *ccl_restrict buffer, size_t depth, float id, float matte_weight)
 
ccl_device_inline void film_write_data_passes (KernelGlobals kg, IntegratorState state, ccl_private const ShaderData *sd, ccl_global float *ccl_restrict render_buffer)
 
ccl_device_inline void film_write_data_passes_background (KernelGlobals kg, IntegratorState state, ccl_global float *ccl_restrict render_buffer)
 

Function Documentation

◆ film_write_cryptomatte_pass()

CCL_NAMESPACE_BEGIN ccl_device_inline size_t film_write_cryptomatte_pass ( ccl_global float *ccl_restrict buffer,
size_t depth,
float id,
float matte_weight )

Definition at line 16 of file data_passes.h.

References film_write_cryptomatte_slots().

Referenced by film_write_data_passes().

◆ film_write_data_passes()

◆ film_write_data_passes_background()