| 1116 | } |
| 1117 | |
| 1118 | void RenderDoc::StartFrameCapture(DeviceOwnedWindow devWnd) |
| 1119 | { |
| 1120 | m_CaptureTitle.clear(); |
| 1121 | IFrameCapturer *frameCap = MatchFrameCapturer(devWnd); |
| 1122 | if(frameCap) |
| 1123 | { |
| 1124 | frameCap->StartFrameCapture(devWnd); |
| 1125 | m_CapturesActive++; |
| 1126 | } |
| 1127 | } |
| 1128 | |
| 1129 | void RenderDoc::SetActiveWindow(DeviceOwnedWindow devWnd) |
| 1130 | { |