Blender V5.0
eevee_renderbuffers.cc File Reference
#include "GPU_texture.hh"
#include "DRW_render.hh"
#include "eevee_film.hh"
#include "eevee_instance.hh"

Go to the source code of this file.

Namespaces

namespace  blender
namespace  blender::eevee

Detailed Description

A film is a full-screen buffer (usually at output extent) that will be able to accumulate sample in any distorted camera_type using a pixel filter.

Input needs to be jittered so that the filter converges to the right result.

Definition in file eevee_renderbuffers.cc.