|
Blender
V3.3
|
#include "BKE_object.h"#include "DEG_depsgraph.h"#include "DNA_lightprobe_types.h"#include "DRW_render.h"#include "eevee_camera.hh"#include "eevee_film.hh"#include "eevee_material.hh"#include "eevee_pipeline.hh"#include "eevee_renderbuffers.hh"#include "eevee_sampling.hh"#include "eevee_shader.hh"#include "eevee_sync.hh"#include "eevee_view.hh"#include "eevee_world.hh"Go to the source code of this file.
Classes | |
| class | blender::eevee::Instance |
| A running instance of the engine. More... | |
Namespaces | |
| blender | |
| blender::eevee | |
An renderer instance that contains all data to render a full frame.
Definition in file eevee_instance.hh.