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

Function IsFrameCapturing

renderdoc/replay/app_api.cpp:229–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229static uint32_t IsFrameCapturing()
230{
231 return RenderDoc::Inst().IsFrameCapturing() ? 1 : 0;
232}
233
234static uint32_t EndFrameCapture(void *device, void *wndHandle)
235{

Callers 1

GetActiveDriversMethod · 0.85

Calls 1

IsFrameCapturingMethod · 0.80

Tested by

no test coverage detected