Home -> RenderPluginEnumerator -> Constructor
Description
The RenderPluginEnumerator constructor creates a renderer plugin enumerator using the supplied logger for plugin loading diagnostics.
Usage
explicit RenderPluginEnumerator(cobalt::logging::ILogger::unique_ptr log);
Argument list
- log [cobalt::logging::ILogger::unique_ptr]
- The logger transferred to the plugin enumerator.