LightsprintSDK 2021.08.08
|
#include <PluginAccumulation.h>
Public Member Functions | |
PluginParamsAccumulation (const PluginParams *_next, bool _restart) | |
virtual PluginRuntime * | createRuntime (const PluginCreateRuntimeParams ¶ms) const |
virtual class PluginRuntime * | createRuntime (const PluginCreateRuntimeParams ¶ms) const =0 |
Public Attributes | |
bool | restart |
Public Attributes inherited from rr_gl::PluginParams | |
const PluginParams * | next |
Accumulates frames in time, outputs average of previous frames.
|
inline |
Convenience ctor, for setting plugin parameters.
|
virtual |
Access to actual plugin code, called by Renderer.
Implements rr_gl::PluginParams.
bool rr_gl::PluginParamsAccumulation::restart |
When set, old images are lost, accumulation is restarted.