| 232 | } |
| 233 | |
| 234 | static uint32_t EndFrameCapture(void *device, void *wndHandle) |
| 235 | { |
| 236 | return RenderDoc::Inst().EndFrameCapture(DeviceOwnedWindow(device, wndHandle)) ? 1 : 0; |
| 237 | } |
| 238 | |
| 239 | static void SetCaptureTitle(const char *title) |
| 240 | { |
nothing calls this directly
no test coverage detected