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

Function EndFrameCapture

renderdoc/replay/app_api.cpp:234–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232}
233
234static uint32_t EndFrameCapture(void *device, void *wndHandle)
235{
236 return RenderDoc::Inst().EndFrameCapture(DeviceOwnedWindow(device, wndHandle)) ? 1 : 0;
237}
238
239static void SetCaptureTitle(const char *title)
240{

Callers

nothing calls this directly

Calls 2

DeviceOwnedWindowClass · 0.85
EndFrameCaptureMethod · 0.45

Tested by

no test coverage detected