MCPcopy Create free account
hub / github.com/baldurk/renderdoc / GetParentMarkerName

Function GetParentMarkerName

qrenderdoc/Code/QRDUtils.cpp:1927–1931  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1925}
1926
1927QString GetParentMarkerName(ICaptureContext &ctx, uint32_t eventId)
1928{
1929 const ActionDescription *parent = GetParentMarker(ctx, eventId);
1930 return parent ? QString(parent->customName) : QString();
1931}
1932
1933QString GetParentMarkerPath(ICaptureContext &ctx, uint32_t eventId, bool &hasParent)
1934{

Callers 1

InspectMethod · 0.85

Calls 2

GetParentMarkerFunction · 0.85
QStringFunction · 0.50

Tested by 1

InspectMethod · 0.68