LightsprintSDK 2021.08.08
|
#include <Plugin.h>
Public Member Functions | |
PluginCreateRuntimeParams (NamedCounter *&_counters) | |
Public Attributes | |
rr::RRString | pathToShaders |
rr::RRString | pathToMaps |
NamedCounter *& | counters |
Parameters sent to plugins at creation time. They are the same for all plugins.
|
inline |
rr::RRString rr_gl::PluginCreateRuntimeParams::pathToShaders |
rr::RRString rr_gl::PluginCreateRuntimeParams::pathToMaps |
NamedCounter*& rr_gl::PluginCreateRuntimeParams::counters |
Renderer maintains linked list of all counters, this is its end, always nullptr. Plugins can expose their own counters by appending them here, i.e. counters = &myCounter.