MCPcopy Create free account
hub / github.com/GPUOpen-Effects/GeometryFX / GetNextTimer

Method GetNextTimer

framework/d3d11/amd_sdk/src/Timer.cpp:589–592  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

587}
588
589TimingEvent* TimingEvent::GetNextTimer()
590{
591 return m_next;
592}
593
594// when this function is called we know we're working on a copy of the name, so we can "destruct" it
595TimingEvent* TimingEvent::GetTimerRec( LPWSTR timerId )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected