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