MCPcopy Create free account
hub / github.com/Apress/Ray-Tracing-Gems-II / AddGraph

Method AddGraph

Chapter_27/Core/GraphRenderer.cpp:143–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141 }
142
143 GraphHandle AddGraph(PerfGraph* graph)
144 {
145 GraphHandle ret = (GraphHandle)m_Graphs.size();
146 m_Graphs.emplace_back(graph);
147 return ret;
148 }
149
150 bool Toggle(GraphHandle GraphID)
151 {

Callers 1

InitGraphMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected