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

Method GetCapturableWindowCount

renderdoc/core/core.cpp:1268–1272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1266}
1267
1268uint32_t RenderDoc::GetCapturableWindowCount()
1269{
1270 SCOPED_LOCK(m_CapturerListLock);
1271 return (uint32_t)m_WindowFrameCapturers.size();
1272}
1273
1274rdcstr RenderDoc::GetOverlayText(RDCDriver driver, DeviceOwnedWindow devWnd, uint32_t frameNumber,
1275 int flags)

Callers 1

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected