MCPcopy Create free account
hub / github.com/HumbleUI/JWM / getDevicePtr

Method getDevicePtr

macos/java/LayerMetal.java:62–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60 }
61
62 public long getDevicePtr() {
63 assert _onUIThread() : "Should be run on UI thread";
64 return _nGetDevicePtr();
65 }
66
67 public long getQueuePtr() {
68 assert _onUIThread() : "Should be run on UI thread";

Callers 1

attachMethod · 0.45

Calls 2

_onUIThreadMethod · 0.95
_nGetDevicePtrMethod · 0.95

Tested by

no test coverage detected