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

Method swapBuffers

shared/java/LayerRaster.java:48–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

_onUIThreadMethod · 0.95
_nSwapBuffersMethod · 0.95

Tested by

no test coverage detected