MCPcopy Create free account
hub / github.com/arrayfire/forge / fg_swap_window_buffers

Function fg_swap_window_buffers

src/api/c/window.cpp:277–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277fg_err fg_swap_window_buffers(const fg_window pWindow)
278{
279 try {
280 ARG_ASSERT(0, (pWindow!=0));
281
282 getWindow(pWindow)->swapBuffers();
283 }
284 CATCHALL
285 return FG_ERR_NONE;
286}
287
288fg_err fg_save_window_framebuffer(const char* pFullPath, const fg_window pWindow)
289{

Callers 1

swapBuffersMethod · 0.85

Calls 2

getWindowFunction · 0.85
swapBuffersMethod · 0.45

Tested by

no test coverage detected