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

Method glCallList

src/main/java/trace/graphics/GL.java:102–105  ·  view source on GitHub ↗
(int list)

Source from the content-addressed store, hash-verified

100 }
101
102 @DocumentationProxyTo(GL11.class)
103 public static void glCallList(int list) {
104 check(() -> GL11.glCallList(list));
105 }
106
107 @DocumentationProxyTo(GL11.class)
108 public static void glCallLists(int type, ByteBuffer lists) {

Callers

nothing calls this directly

Calls 1

checkMethod · 0.95

Tested by

no test coverage detected