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

Method reset

source/RenderGraph/FramePassTimer.cpp:98–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 }
97
98 void FramePassTimer::reset()noexcept
99 {
100 m_cpuTime = 0ns;
101 m_gpuTime = 0ns;
102 }
103
104 void FramePassTimer::beginPass( VkCommandBuffer commandBuffer )noexcept
105 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected