| 209 | } |
| 210 | |
| 211 | static void SetActiveWindow(void *device, void *wndHandle) |
| 212 | { |
| 213 | RenderDoc::Inst().SetActiveWindow(DeviceOwnedWindow(device, wndHandle)); |
| 214 | } |
| 215 | |
| 216 | static void StartFrameCapture(void *device, void *wndHandle) |
| 217 | { |
nothing calls this directly
no test coverage detected