MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / af_show

Function af_show

src/api/c/window.cpp:265–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263}
264
265af_err af_show(const af_window wind) {
266 try {
267 if (wind == 0) { AF_ERROR("Not a valid window", AF_ERR_INTERNAL); }
268 FG_CHECK(forgePlugin().fg_swap_window_buffers(wind));
269 }
270 CATCHALL;
271 return AF_SUCCESS;
272}
273
274af_err af_is_window_closed(bool* out, const af_window wind) {
275 try {

Callers 1

showMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected