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

Method notifyPassRender

source/RenderGraph/FramePassTimer.cpp:86–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 }
85
86 void FramePassTimer::notifyPassRender( [[maybe_unused]] uint32_t passIndex )noexcept
87 {
88 auto & query = m_queries.front();
89 query.started = true;
90 }
91
92 void FramePassTimer::stop()noexcept
93 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected