Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumbleUI/JWM
/ swapBuffers
Method
swapBuffers
shared/java/LayerGL.java:53–57 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
51
}
52
53
@Override
54
public
void
swapBuffers() {
55
assert _onUIThread() :
"Should be run on UI thread"
;
56
_nSwapBuffers();
57
}
58
59
@Override
60
public
void
close() {
Callers
nothing calls this directly
Calls
2
_onUIThread
Method · 0.95
_nSwapBuffers
Method · 0.95
Tested by
no test coverage detected