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

Method depthMask

Mod Utils/src/eu/the5zig/mod/util/GLUtil.java:67–69  ·  view source on GitHub ↗
(boolean b)

Source from the content-addressed store, hash-verified

65 }
66
67 public static void depthMask(boolean b) {
68 handle.depthMask(b);
69 }
70
71 public static void disableLighting() {
72 handle.disableLighting();

Callers 10

renderMethod · 0.95
renderMethod · 0.95
renderMethod · 0.95
renderMethod · 0.95
renderMethod · 0.95
renderMethod · 0.95
renderMethod · 0.95
renderMethod · 0.95
renderMethod · 0.95
renderMethod · 0.95

Calls 1

depthMaskMethod · 0.65

Tested by

no test coverage detected