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

Method getFuncName

Source/Falcor/RenderGraph/RenderGraphIR.cpp:95–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95std::string RenderGraphIR::getFuncName(const std::string& graphName)
96{
97 std::string name = "render_graph_" + graphName;
98 name = replaceCharacters(name, " /\\", '_');
99 return name;
100}
101
102} // namespace Falcor

Callers

nothing calls this directly

Calls 1

replaceCharactersFunction · 0.85

Tested by

no test coverage detected