Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baldurk/renderdoc
/ Connected
Method
Connected
renderdoc/core/target_control.cpp:651–651 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
649
650
virtual ~TargetControl() {}
651
bool Connected() { return m_Socket != NULL && m_Socket->Connected(); }
652
void Shutdown()
653
{
654
SAFE_DELETE(m_Socket);
Callers
4
TargetControlClientThread
Method · 0.45
TargetControlServerThread
Method · 0.45
ReceiveMessage
Method · 0.45
RENDERDOC_CreateTargetControl
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected