MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/FleX / pull

Method pull

demo/d3d11/appD3D11Ctx.cpp:539–543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

537 }
538
539 void pull(float frameTime)
540 {
541 m_cpuTime = m_cpu.pull(frameTime);
542 m_gpuTime = m_gpu.pull(frameTime);
543 }
544 };
545}
546

Callers 1

appGraphProfilerGetFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected