Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Draw
Method · 0.85
DrawBatchList
Method · 0.85
Draw
Method · 0.85
Draw
Method · 0.85
Draw
Method · 0.85
Draw
Method · 0.85
Draw
Method · 0.85
Draw
Method · 0.85
Draw
Method · 0.85
Draw
Method · 0.85
Draw
Method · 0.85
Draw
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected