MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / glBegin

Method glBegin

src/main/java/trace/graphics/GL.java:77–80  ·  view source on GitHub ↗
(int mode)

Source from the content-addressed store, hash-verified

75 }
76
77 @DocumentationProxyTo(GL11.class)
78 public static void glBegin(int mode) {
79 check(() -> GL11.glBegin(mode));
80 }
81
82 @DocumentationProxyTo(GL11.class)
83 public static void glBindTexture(int target, int texture) {

Callers

nothing calls this directly

Calls 1

checkMethod · 0.95

Tested by

no test coverage detected