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

Method close

macos/java/LayerMetal.java:55–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53 }
54
55 @Override
56 public void close() {
57 assert _onUIThread() && !isClosed();
58 _nClose();
59 super.close();
60 }
61
62 public long getDevicePtr() {
63 assert _onUIThread() : "Should be run on UI thread";

Callers

nothing calls this directly

Calls 4

_onUIThreadMethod · 0.95
_nCloseMethod · 0.95
isClosedMethod · 0.80
closeMethod · 0.65

Tested by

no test coverage detected