|
Blender
V3.3
|
#include <sstream>#include "BKE_global.h"#include "BKE_object.h"#include "BLI_rect.h"#include "DEG_depsgraph_query.h"#include "DNA_ID.h"#include "DNA_lightprobe_types.h"#include "DNA_modifier_types.h"#include "RE_pipeline.h"#include "eevee_instance.hh"Go to the source code of this file.
Namespaces | |
| blender | |
| blender::eevee | |
An instance contains all structures needed to do a complete render.
Definition in file eevee_instance.cc.