mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 10:00:40 +00:00
Start moving towards C++ only UI code. Assume C++ for the replay API
* The C# P/Invoke stuff doesn't directly use the header, and we are soon going to deprecate the C interface entirely.
This commit is contained in:
@@ -62,7 +62,7 @@ void RemoteHost::CheckStatus()
|
||||
return;
|
||||
}
|
||||
|
||||
RemoteServer *rend = NULL;
|
||||
IRemoteServer *rend = NULL;
|
||||
ReplayCreateStatus status =
|
||||
RENDERDOC_CreateRemoteServerConnection(Hostname.toUtf8().data(), 0, &rend);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user