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

Method nextDrawableTexturePtr

windows/java/LayerD3D12.java:92–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90 }
91
92 public long nextDrawableTexturePtr() {
93 assert _onUIThread() : "Should be run on UI thread";
94 return _nNextDrawableTexturePtr();
95 }
96
97 @ApiStatus.Internal public static boolean _onUIThread() {
98 return App._onUIThread();

Callers 1

frameMethod · 0.45

Calls 2

_onUIThreadMethod · 0.95

Tested by

no test coverage detected