Unravel Engine C++ Reference
|
#include <fxaa_component.h>
Public Attributes | |
bool | enabled = true |
Whether FXAA is enabled. | |
![]() | |
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 fxaa_component.h.
bool unravel::fxaa_component::enabled = true |
Whether FXAA is enabled.
Definition at line 12 of file fxaa_component.h.