MCPcopy 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
145void Window::swapBuffers()
146{
147 FG_THROW(fg_swap_window_buffers(get()));
148}
149
150void Window::saveFrameBuffer(const char* pFullPath)
151{

Callers 3

fg_swap_window_buffersFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls 1

fg_swap_window_buffersFunction · 0.85

Tested by

no test coverage detected