MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / popMatrix

Method popMatrix

Mod Utils/src/eu/the5zig/mod/util/GLUtil.java:43–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41 }
42
43 public static void popMatrix() {
44 handle.popMatrix();
45 }
46
47 public static void matrixMode(int mode) {
48 handle.matrixMode(mode);

Callers 15

drawScaledStringMethod · 0.95
renderMethod · 0.95
drawMethod · 0.95
renderMethod · 0.95
drawMethod · 0.95
renderMethod · 0.95
drawMethod · 0.95
renderMethod · 0.95
drawMethod · 0.95
renderMethod · 0.95
drawMethod · 0.95

Calls 1

popMatrixMethod · 0.65

Tested by

no test coverage detected