Blender V5.0
eevee_pipeline.cc File Reference
#include "BLI_bounds.hh"
#include "GPU_capabilities.hh"
#include "eevee_instance.hh"
#include "eevee_pipeline.hh"
#include "eevee_shadow.hh"
#include "GPU_debug.hh"
#include "draw_common.hh"

Go to the source code of this file.

Namespaces

namespace  blender
namespace  blender::eevee

Detailed Description

Shading passes contain draw-calls specific to shading pipelines. They are to be shared across views. This file is only for shading passes. Other passes are declared in their own module.

Definition in file eevee_pipeline.cc.