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

Method glCallLists

src/main/java/trace/graphics/GL.java:107–110  ·  view source on GitHub ↗
(int type, ByteBuffer lists)

Source from the content-addressed store, hash-verified

105 }
106
107 @DocumentationProxyTo(GL11.class)
108 public static void glCallLists(int type, ByteBuffer lists) {
109 check(() -> GL11.glCallLists(type, lists));
110 }
111
112 @DocumentationProxyTo(GL11.class)
113 public static void glCallLists(ByteBuffer lists) {

Callers

nothing calls this directly

Calls 1

checkMethod · 0.95

Tested by

no test coverage detected