| 390 | } |
| 391 | |
| 392 | void RenderConfig::SaveSerialized(const std::string &fileName, const RenderConfig *renderConfig) { |
| 393 | Properties emptyProps; |
| 394 | SaveSerialized(fileName, renderConfig, emptyProps); |
| 395 | } |
| 396 | |
| 397 | void RenderConfig::SaveSerialized(const std::string &fileName, const RenderConfig *renderConfig, |
| 398 | const luxrays::Properties &additionalCfg) { |
nothing calls this directly
no test coverage detected