Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::taa_pass Class Reference

HDR temporal anti-aliasing resolve (depth reprojection). Phase 2: optional velocity buffer. More...

#include <taa_pass.h>

Classes

struct  run_params
 
struct  settings
 

Public Member Functions

auto init (rtti::context &ctx) -> bool
 
auto run (gfx::render_view &rview, const run_params &params) -> gfx::frame_buffer::ptr
 
void release_resources (gfx::render_view &rview)
 

Detailed Description

HDR temporal anti-aliasing resolve (depth reprojection). Phase 2: optional velocity buffer.

Definition at line 15 of file taa_pass.h.

Member Function Documentation

◆ init()

auto unravel::taa_pass::init ( rtti::context & ctx) -> bool

Definition at line 19 of file taa_pass.cpp.

◆ release_resources()

void unravel::taa_pass::release_resources ( gfx::render_view & rview)

Definition at line 151 of file taa_pass.cpp.

◆ run()

auto unravel::taa_pass::run ( gfx::render_view & rview,
const run_params & params ) -> gfx::frame_buffer::ptr

Definition at line 69 of file taa_pass.cpp.


The documentation for this class was generated from the following files: