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

Method endPass

source/RenderGraph/FramePassTimer.cpp:118–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 }
117
118 void FramePassTimer::endPass( VkCommandBuffer commandBuffer )noexcept
119 {
120 auto & query = m_queries.front();
121 m_context.vkCmdWriteTimestamp( commandBuffer
122 , VK_PIPELINE_STAGE_BOTTOM_OF_PIPE_BIT
123 , m_timerQueries
124 , query.offset + 1u );
125 query.written = true;
126 }
127
128 void FramePassTimer::retrieveGpuTime()noexcept
129 {

Callers 2

recordMethod · 0.80
recordIntoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected