|
Blender
V2.93
|
#include "util/util_hash.h"Go to the source code of this file.
Functions | |
| CCL_NAMESPACE_BEGIN ccl_device_inline void | kernel_path_trace_setup (KernelGlobals *kg, int sample, int x, int y, uint *rng_hash, ccl_addr_space Ray *ray) |
| CCL_NAMESPACE_BEGIN ccl_device_inline void kernel_path_trace_setup | ( | KernelGlobals * | kg, |
| int | sample, | ||
| int | x, | ||
| int | y, | ||
| uint * | rng_hash, | ||
| ccl_addr_space Ray * | ray | ||
| ) |
Definition at line 21 of file kernel_path_common.h.
References camera_sample(), kernel_data, kg, path_rng_1D(), path_rng_2D(), path_rng_init(), PRNG_LENS_U, PRNG_TIME, blender::compositor::sample(), time, x, and y.
Referenced by kernel_buffer_update(), kernel_path_init(), and kernel_path_trace().