Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
229
static uint32_t IsFrameCapturing()
230
{
231
return RenderDoc::Inst().IsFrameCapturing() ? 1 : 0;
232
}
233
234
static uint32_t EndFrameCapture(void *device, void *wndHandle)
235
{
Callers
1
GetActiveDrivers
Method · 0.85
Calls
1
IsFrameCapturing
Method · 0.80
Tested by
no test coverage detected