Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ makeCurrent
Method
makeCurrent
src/backend/common/window.hpp:94–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
inline void makeCurrent() {
95
MakeContextCurrent(mWindow.get());
96
}
97
98
inline void hide() {
99
mWindow->hide();
Callers
nothing calls this directly
Calls
2
MakeContextCurrent
Function · 0.85
get
Method · 0.45
Tested by
no test coverage detected