Unravel Engine C++ Reference
Loading...
Searching...
No Matches
ssr_component.h
Go to the documentation of this file.
1#pragma once
6
7namespace unravel
8{
9class ssr_component : public component_crtp<ssr_component>
10{
11public:
13 bool enabled = true;
14
17};
18
19} // namespace unravel
bool enabled
Whether SSR is enabled.
CRTP (Curiously Recurring Template Pattern) base structure for components.
Combined SSR settings.
Definition ssr_pass.h:62