Unravel Engine C++ Reference
|
#include <tonemapping_component.h>
Public Attributes | |
bool | enabled = true |
Whether tonemapping is enabled. | |
tonemapping_pass::settings | settings {} |
Tonemapping settings. | |
![]() | |
bool | eto {} |
Disable empty type optimizations. | |
Additional Inherited Members | |
![]() | |
using | base |
![]() | |
void | touch () |
Marks the component as 'touched'. | |
![]() | |
static constexpr bool | in_place_delete |
Indicates if the component can be deleted in place. | |
Definition at line 8 of file tonemapping_component.h.
bool unravel::tonemapping_component::enabled = true |
Whether tonemapping is enabled.
Definition at line 12 of file tonemapping_component.h.
tonemapping_pass::settings unravel::tonemapping_component::settings {} |
Tonemapping settings.
Definition at line 15 of file tonemapping_component.h.