Blender V5.0
eevee_light.cc File Reference
#include "draw_debug.hh"
#include "eevee_instance.hh"
#include "eevee_light.hh"
#include "DNA_defaults.h"
#include "DNA_light_types.h"
#include "DNA_sdna_type_ids.hh"
#include "BKE_light.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)

Detailed Description

The light module manages light data buffers and light culling system.

Definition in file eevee_light.cc.