|
LightsprintSDK 2021.08.08
|
#include <PluginFPS.h>
Public Member Functions | |
| PluginParamsFPS (const PluginParams *_next, FpsCounter &_fpsCounter, bool _percentileGraph) | |
| virtual PluginRuntime * | createRuntime (const PluginCreateRuntimeParams ¶ms) const |
| virtual class PluginRuntime * | createRuntime (const PluginCreateRuntimeParams ¶ms) const =0 |
Public Attributes | |
| FpsCounter & | fpsCounter |
| bool | percentileGraph |
Public Attributes inherited from rr_gl::PluginParams | |
| const PluginParams * | next |
Adds fps number to lower right corner.
|
inline |
Convenience ctor, for setting plugin parameters.
|
virtual |
Access to actual plugin code, called by Renderer.
Implements rr_gl::PluginParams.
| FpsCounter& rr_gl::PluginParamsFPS::fpsCounter |
FPS number to be rendered at lower right corner of viewport.
| bool rr_gl::PluginParamsFPS::percentileGraph |
Render also percentile graph.