Blender V4.3
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 <iostream>
#include "draw_common.hh"

Go to the source code of this file.

Namespaces

namespace  blender
 
namespace  blender::eevee
 

Detailed Description

Shading passes contain drawcalls 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.