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

Method matrixMode

Mod Utils/src/eu/the5zig/mod/util/GLUtil.java:47–49  ·  view source on GitHub ↗
(int mode)

Source from the content-addressed store, hash-verified

45 }
46
47 public static void matrixMode(int mode) {
48 handle.matrixMode(mode);
49 }
50
51 public static void loadIdentity() {
52 handle.loadIdentity();

Callers 10

updateScaleMethod · 0.95
updateScaleMethod · 0.95
updateScaleMethod · 0.95
updateScaleMethod · 0.95
updateScaleMethod · 0.95
updateScaleMethod · 0.95
updateScaleMethod · 0.95
updateScaleMethod · 0.95
updateScaleMethod · 0.95
updateScaleMethod · 0.95

Calls 1

matrixModeMethod · 0.65

Tested by

no test coverage detected