Unravel Engine C++ Reference
|
#include <ssr_component.h>
Public Attributes | |
bool | enabled = true |
Whether SSR is enabled. | |
ssr_pass::ssr_settings | settings {} |
SSR pass 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 9 of file ssr_component.h.
bool unravel::ssr_component::enabled = true |
Whether SSR is enabled.
Definition at line 13 of file ssr_component.h.
ssr_pass::ssr_settings unravel::ssr_component::settings {} |
SSR pass settings.
Definition at line 16 of file ssr_component.h.