Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumbleUI/JWM
/ getDevicePtr
Method
getDevicePtr
windows/java/LayerD3D12.java:67–70 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
65
}
66
67
public
long getDevicePtr() {
68
assert _onUIThread() :
"Should be run on UI thread"
;
69
return
_nGetDevicePtr();
70
}
71
72
public
long getQueuePtr() {
73
assert _onUIThread() :
"Should be run on UI thread"
;
Callers
1
attach
Method · 0.45
Calls
2
_onUIThread
Method · 0.95
_nGetDevicePtr
Method · 0.95
Tested by
no test coverage detected