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

Method makeCurrent

shared/java/LayerGL.java:48–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 }
47
48 public void makeCurrent() {
49 assert _onUIThread() : "Should be run on UI thread";
50 _nMakeCurrent();
51 }
52
53 @Override
54 public void swapBuffers() {

Callers 1

frameMethod · 0.45

Calls 2

_onUIThreadMethod · 0.95
_nMakeCurrentMethod · 0.95

Tested by

no test coverage detected