|
Blender V4.3
|
#include "kernel/bvh/bvh.h"#include "kernel/integrator/path_state.h"#include "kernel/integrator/shade_surface.h"#include "kernel/integrator/shadow_linking.h"#include "kernel/light/light.h"#include "kernel/sample/lcg.h"Go to the source code of this file.
Functions | |
| CCL_NAMESPACE_BEGIN ccl_device void | integrator_intersect_dedicated_light (KernelGlobals kg, IntegratorState state) |
| CCL_NAMESPACE_BEGIN ccl_device void integrator_intersect_dedicated_light | ( | KernelGlobals | kg, |
| IntegratorState | state ) |
Definition at line 216 of file intersect_dedicated_light.h.
References integrator_shade_surface_next_kernel(), kernel_assert, PROFILING_INIT, PROFILING_INTERSECT_DEDICATED_LIGHT, and state.
Referenced by integrator_megakernel().