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

Method GetAPI

renderdoc/core/target_control.cpp:659–659  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

657
658 rdcstr GetTarget() { return m_Target; }
659 rdcstr GetAPI() { return m_API; }
660 uint32_t GetPID() { return m_PID; }
661 rdcstr GetBusyClient() { return m_BusyClient; }
662 void TriggerCapture(uint32_t numFrames)

Callers 3

refreshHostMethod · 0.80
connectionThreadEntryMethod · 0.80
on_update_clickedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected