Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::ssr_component Class Reference

#include <ssr_component.h>

Inheritance diagram for unravel::ssr_component:
unravel::component_crtp< ssr_component > unravel::basic_component

Public Attributes

bool enabled = true
 Whether SSR is enabled.
 
ssr_pass::ssr_settings settings {}
 SSR pass settings.
 
- Public Attributes inherited from unravel::basic_component
bool eto {}
 Disable empty type optimizations.
 

Additional Inherited Members

- Public Types inherited from unravel::component_crtp< ssr_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< ssr_component >
static constexpr bool in_place_delete
 Indicates if the component can be deleted in place.
 

Detailed Description

Definition at line 9 of file ssr_component.h.

Member Data Documentation

◆ enabled

bool unravel::ssr_component::enabled = true

Whether SSR is enabled.

Definition at line 13 of file ssr_component.h.

◆ settings

ssr_pass::ssr_settings unravel::ssr_component::settings {}

SSR pass settings.

Definition at line 16 of file ssr_component.h.


The documentation for this class was generated from the following file: