MCPcopy Create free account
hub / github.com/GPUOpen-LibrariesAndSDKs/Cauldron / SetPerfMarkerEnd

Function SetPerfMarkerEnd

src/VK/base/ExtDebugUtils.cpp:78–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 }
77
78 void SetPerfMarkerEnd(VkCommandBuffer cmd_buf)
79 {
80 if (s_vkCmdEndDebugUtilsLabel)
81 {
82 s_vkCmdEndDebugUtilsLabel(cmd_buf);
83 }
84 }
85}

Callers 15

DrawMethod · 0.85
DrawBatchListMethod · 0.85
DrawMethod · 0.85
DrawMethod · 0.85
DrawMethod · 0.85
DrawMethod · 0.85
DrawMethod · 0.85
DrawMethod · 0.85
DrawMethod · 0.85
DrawMethod · 0.85
DrawMethod · 0.85
DrawMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected