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

Function fg_save_window_framebuffer

src/api/c/window.cpp:288–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286}
287
288fg_err fg_save_window_framebuffer(const char* pFullPath, const fg_window pWindow)
289{
290 try {
291 ARG_ASSERT(0, pFullPath != NULL);
292 ARG_ASSERT(1, (pWindow!=0));
293
294 getWindow(pWindow)->saveFrameBuffer(pFullPath);
295 }
296 CATCHALL
297 return FG_ERR_NONE;
298}

Callers 1

saveFrameBufferMethod · 0.85

Calls 2

getWindowFunction · 0.85
saveFrameBufferMethod · 0.45

Tested by

no test coverage detected