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