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

Method context

src/api/cpp/window.cpp:68–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68long long Window::context() const
69{
70 long long contextHandle = 0;
71 FG_THROW(fg_get_window_context_handle(&contextHandle, get()));
72 return contextHandle;
73}
74
75long long Window::display() const
76{

Callers 3

checkGLInteropFunction · 0.45
createCLGLContextFunction · 0.45

Calls 1

Tested by

no test coverage detected