|
Blender V4.3
|
#include "BKE_global.hh"#include "BLI_math_matrix.hh"#include "GPU_compute.hh"#include "eevee_instance.hh"#include "draw_debug.hh"#include <iostream>Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::eevee |
The shadow module manages shadow update tagging & shadow rendering.
Definition in file eevee_shadow.cc.