MCPcopy Create free account
hub / github.com/NVIDIA-RTX/RTXNTC / endQuery

Method endQuery

samples/renderer/Profiler.cpp:34–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34void AveragingTimerQuery::endQuery(nvrhi::ICommandList* commandList)
35{
36 assert(m_openQuery);
37 commandList->endTimerQuery(m_openQuery);
38 m_activeQueries.push(m_openQuery);
39 m_openQuery = nullptr;
40}
41
42void AveragingTimerQuery::update()
43{

Callers 2

RenderSceneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected