|
Blender
V3.3
|
#include "BKE_global.h"#include "DRW_render.h"#include "eevee_instance.hh"#include "eevee_view.hh"Go to the source code of this file.
Namespaces | |
| blender | |
| blender::eevee | |
A view is either:
A pass is a container for scene data. It is view agnostic but has specific logic depending on its type. Passes are shared between views.
Definition in file eevee_view.cc.