|
Blender V4.3
|
#include "draw_debug.hh"#include "eevee_instance.hh"#include "eevee_light.hh"#include "BLI_math_rotation.h"#include "DNA_defaults.h"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::eevee |
Functions | |
| static uint2 | blender::eevee::uint64_to_uint2 (uint64_t data) |
LightData | |
| static eLightType | blender::eevee::to_light_type (short blender_light_type, short blender_area_type, bool use_soft_falloff) |
The light module manages light data buffers and light culling system.
Definition in file eevee_light.cc.