Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumbleUI/JWM
/ getFormat
Method
getFormat
windows/java/LayerD3D12.java:77–80 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
75
}
76
77
public
int
getFormat() {
78
assert _onUIThread() :
"Should be run on UI thread"
;
79
return
_nGetFormat();
80
}
81
82
public
int
getSampleCount() {
83
assert _onUIThread() :
"Should be run on UI thread"
;
Callers
1
frame
Method · 0.45
Calls
2
_onUIThread
Method · 0.95
_nGetFormat
Method · 0.95
Tested by
no test coverage detected