Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumbleUI/JWM
/ makeCurrent
Method
makeCurrent
shared/java/LayerGL.java:48–51 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
46
}
47
48
public
void
makeCurrent() {
49
assert _onUIThread() :
"Should be run on UI thread"
;
50
_nMakeCurrent();
51
}
52
53
@Override
54
public
void
swapBuffers() {
Callers
1
frame
Method · 0.45
Calls
2
_onUIThread
Method · 0.95
_nMakeCurrent
Method · 0.95
Tested by
no test coverage detected