|
Unravel Engine C++ Reference
|
#include <fxaa_component.h>
Public Attributes | |
| bool | enabled = true |
| Whether FXAA is enabled. | |
Public Attributes inherited from unravel::basic_component | |
| bool | eto {} |
| Disable empty type optimizations. | |
Additional Inherited Members | |
Public Types inherited from unravel::component_crtp< fxaa_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< fxaa_component > | |
| static constexpr bool | in_place_delete |
| Indicates if the component can be deleted in place. | |
Definition at line 8 of file fxaa_component.h.
| bool unravel::fxaa_component::enabled = true |
Whether FXAA is enabled.
Definition at line 12 of file fxaa_component.h.