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

Method getLevelCount

windows/java/LayerD3D12.java:87–90  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

85 }
86
87 public int getLevelCount() {
88 assert _onUIThread() : "Should be run on UI thread";
89 return _nGetLevelCount();
90 }
91
92 public long nextDrawableTexturePtr() {
93 assert _onUIThread() : "Should be run on UI thread";

Callers 1

frameMethod · 0.80

Calls 2

_onUIThreadMethod · 0.95
_nGetLevelCountMethod · 0.95

Tested by

no test coverage detected