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

Temporal anti-aliasing (HDR, before tonemap). Mutually exclusive with FXAA when enabled. More...

#include <taa_component.h>

Inheritance diagram for unravel::taa_component:
unravel::component_crtp< taa_component > unravel::basic_component

Static Public Member Functions

static void merge_into (taa_pass::settings &result, const taa_pass::settings &from, float contribution, bool is_first)
 

Public Attributes

bool enabled = false
 
taa_pass::settings settings {}
 
- Public Attributes inherited from unravel::basic_component
bool eto {}
 Disable empty type optimizations.
 

Additional Inherited Members

- Public Types inherited from unravel::component_crtp< taa_component >
using base
 
- Public Member Functions inherited from unravel::basic_component
void touch ()
 Marks the component as 'touched'.
 
- Static Public Attributes inherited from unravel::component_crtp< taa_component >
static constexpr bool in_place_delete
 Indicates if the component can be deleted in place.
 

Detailed Description

Temporal anti-aliasing (HDR, before tonemap). Mutually exclusive with FXAA when enabled.

Definition at line 15 of file taa_component.h.

Member Function Documentation

◆ merge_into()

static void unravel::taa_component::merge_into ( taa_pass::settings & result,
const taa_pass::settings & from,
float contribution,
bool is_first )
inlinestatic

Definition at line 21 of file taa_component.h.

Member Data Documentation

◆ enabled

bool unravel::taa_component::enabled = false

Definition at line 18 of file taa_component.h.

◆ settings

taa_pass::settings unravel::taa_component::settings {}

Definition at line 19 of file taa_component.h.


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