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

Method isCapturing

Source/Falcor/Utils/Timing/Profiler.cpp:433–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431}
432
433bool Profiler::isCapturing() const
434{
435 return mpCapture != nullptr;
436}
437
438Profiler::Event* Profiler::createEvent(const std::string& name)
439{

Callers 1

renderOptionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected