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

Method vkCmdEndDebugBlock

source/RenderGraph/GraphContext.cpp:189–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187 }
188
189 void GraphContext::vkCmdEndDebugBlock( VkCommandBuffer commandBuffer )const
190 {
191#if VK_EXT_debug_utils
192 doEndDebugUtilsLabel( commandBuffer );
193#endif
194#if VK_EXT_debug_marker
195 doDebugMarkerEnd( commandBuffer );
196#endif
197 }
198
199#endif
200

Callers 1

recordIntoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected