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

Method pushMatrix

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

Source from the content-addressed store, hash-verified

37 }
38
39 public static void pushMatrix() {
40 handle.pushMatrix();
41 }
42
43 public static void popMatrix() {
44 handle.popMatrix();

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

pushMatrixMethod · 0.65

Tested by

no test coverage detected