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

Function RENDERDOC_CheckRemoteServerConnection

renderdoc/core/remote_server.cpp:1397–1401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1395}
1396
1397extern "C" RENDERDOC_API ResultDetails RENDERDOC_CC
1398RENDERDOC_CheckRemoteServerConnection(const rdcstr &URL)
1399{
1400 return RENDERDOC_CreateRemoteServerConnection(URL, NULL);
1401}
1402
1403#undef WRITE_DATA_SCOPE
1404#undef READ_DATA_SCOPE

Callers 1

CheckStatusMethod · 0.85

Tested by

no test coverage detected