Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
68
long 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
75
long long Window::display() const
76
{
Callers
3
fg_get_window_context_handle
Function · 0.45
checkGLInterop
Function · 0.45
createCLGLContext
Function · 0.45
Calls
1
fg_get_window_context_handle
Function · 0.85
Tested by
no test coverage detected