MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / addRecentScene

Method addRecentScene

Source/Mogwai/AppData.cpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 }
60
61 void AppData::addRecentScene(const std::filesystem::path& path)
62 {
63 addRecentPath(mRecentScenes, path);
64 }
65
66 void AppData::addRecentPath(std::vector<std::filesystem::path>& paths, const std::filesystem::path& path)
67 {

Callers 4

onLoadMethod · 0.80
onDroppedFileMethod · 0.80
loadSceneDialogMethod · 0.80
renderMainMenuMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected