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