Configuration options controlling renderer behavior.
More...
#include <IllumineRenderer.h>
|
| template<typename F> |
| void | Reflect (F var) |
Configuration options controlling renderer behavior.
FramesInFlight controls the number of concurrent frames processed. VSync toggles vertical sync. EnablePipelineStatistics enables GPU pipeline statistics queries.
◆ Reflect()
template<typename F>
| void Raven::RendererConfig::Reflect |
( |
F | var | ) |
|
|
inline |
◆ EnablePipelineStatistics
| bool Raven::RendererConfig::EnablePipelineStatistics = false |
◆ FramesInFlight
| u32 Raven::RendererConfig::FramesInFlight = 2 |
◆ VSync
| bool Raven::RendererConfig::VSync = true |
The documentation for this struct was generated from the following file: