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

Class APIStatus

qrenderdoc/Windows/Dialogs/LiveCapture.h:128–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126 };
127
128 struct APIStatus
129 {
130 APIStatus() = default;
131 APIStatus(bool p, bool s, rdcstr m) : presenting(p), supported(s), supportMessage(m) {}
132 bool presenting = false;
133 bool supported = false;
134 rdcstr supportMessage;
135 };
136
137 Capture *GetCapture(QListWidgetItem *item);
138 void AddCapture(QListWidgetItem *item, Capture *cap);

Callers 1

connectionThreadEntryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected