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

Method FramePassTimerBlock

source/RenderGraph/FramePassTimer.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11 //*********************************************************************************************
12
13 FramePassTimerBlock::FramePassTimerBlock( FramePassTimer & timer )
14 : m_timer{ &timer }
15 {
16 }
17
18 FramePassTimerBlock::FramePassTimerBlock( FramePassTimerBlock && block )noexcept
19 : m_timer{ block.m_timer }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected