MCPcopy Create free account
hub / github.com/DragonJoker/RenderGraph / ~FramePassTimerBlock

Method ~FramePassTimerBlock

source/RenderGraph/FramePassTimer.cpp:24–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 }
23
24 FramePassTimerBlock::~FramePassTimerBlock()noexcept
25 {
26 if ( m_timer )
27 {
28 m_timer->stop();
29 }
30 }
31
32 //*********************************************************************************************
33

Callers

nothing calls this directly

Calls 1

stopMethod · 0.80

Tested by

no test coverage detected