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

Method swapBuffers

shared/java/LayerGL.java:53–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51 }
52
53 @Override
54 public void swapBuffers() {
55 assert _onUIThread() : "Should be run on UI thread";
56 _nSwapBuffers();
57 }
58
59 @Override
60 public void close() {

Callers

nothing calls this directly

Calls 2

_onUIThreadMethod · 0.95
_nSwapBuffersMethod · 0.95

Tested by

no test coverage detected