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

#include <auto_exposure_component.h>

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

Static Public Member Functions

static void merge_into (auto_exposure_pass::settings &result, const auto_exposure_pass::settings &from, float contribution, bool is_first)
 Merges this component's settings into result. For first contribution, copies; otherwise lerps.
 

Public Attributes

bool enabled = true
 
auto_exposure_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< auto_exposure_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< auto_exposure_component >
static constexpr bool in_place_delete
 Indicates if the component can be deleted in place.
 

Detailed Description

Definition at line 11 of file auto_exposure_component.h.

Member Function Documentation

◆ merge_into()

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

Merges this component's settings into result. For first contribution, copies; otherwise lerps.

Definition at line 18 of file auto_exposure_component.h.

Member Data Documentation

◆ enabled

bool unravel::auto_exposure_component::enabled = true

Definition at line 14 of file auto_exposure_component.h.

◆ settings

auto_exposure_pass::settings unravel::auto_exposure_component::settings {}

Definition at line 15 of file auto_exposure_component.h.


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