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

Method CloseCapture

renderdoc/core/remote_server.cpp:1864–1872  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1862}
1863
1864void RemoteServer::CloseCapture(IReplayController *rend)
1865{
1866 rend->Shutdown();
1867
1868 {
1869 WRITE_DATA_SCOPE();
1870 SCOPED_SERIALISE_CHUNK(RemoteServerPacket::CloseLog);
1871 }
1872}
1873
1874rdcstr RemoteServer::DriverName()
1875{

Callers 1

ExecuteMethod · 0.45

Calls 1

ShutdownMethod · 0.45

Tested by

no test coverage detected