Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ saveFrameBuffer
Method
saveFrameBuffer
src/api/cpp/window.cpp:150–153 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
148
}
149
150
void Window::saveFrameBuffer(const char* pFullPath)
151
{
152
FG_THROW(fg_save_window_framebuffer(pFullPath, get()));
153
}
154
}
Callers
1
fg_save_window_framebuffer
Function · 0.45
Calls
1
fg_save_window_framebuffer
Function · 0.85
Tested by
no test coverage detected