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

Method TakeOwnershipCapture

renderdoc/core/remote_server.cpp:1745–1752  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1743}
1744
1745void RemoteServer::TakeOwnershipCapture(const rdcstr &filename)
1746{
1747 {
1748 WRITE_DATA_SCOPE();
1749 SCOPED_SERIALISE_CHUNK(RemoteServerPacket::TakeOwnershipCapture);
1750 SERIALISE_ELEMENT(filename);
1751 }
1752}
1753
1754rdcpair<ResultDetails, IReplayController *> RemoteServer::OpenCapture(
1755 uint32_t proxyid, const rdcstr &filename, const ReplayOptions &opts,

Callers 1

DeleteCaptureMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected