Unravel Engine C++ Reference
Loading...
Searching...
No Matches
fxaa_component.h
Go to the documentation of this file.
1#pragma once
2#include <base/basetypes.hpp>
4
5namespace unravel
6{
7
8class fxaa_component : public component_crtp<fxaa_component>
9{
10public:
12 bool enabled = true;
13};
14
15} // namespace unravel
bool enabled
Whether FXAA is enabled.
CRTP (Curiously Recurring Template Pattern) base structure for components.