|
Unravel Engine C++ Reference
|
Temporal anti-aliasing (HDR, before tonemap). Mutually exclusive with FXAA when enabled. More...
#include <taa_component.h>
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. | |
Temporal anti-aliasing (HDR, before tonemap). Mutually exclusive with FXAA when enabled.
Definition at line 15 of file taa_component.h.
|
inlinestatic |
Definition at line 21 of file taa_component.h.
| bool unravel::taa_component::enabled = false |
Definition at line 18 of file taa_component.h.
| taa_pass::settings unravel::taa_component::settings {} |
Definition at line 19 of file taa_component.h.