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

Method glGenLists

src/main/java/trace/graphics/GL.java:582–586  ·  view source on GitHub ↗
(int s)

Source from the content-addressed store, hash-verified

580 }
581
582 @NativeType("GLuint")
583 @DocumentationProxyTo(GL11.class)
584 public static int glGenLists(int s) {
585 return check2(() -> GL11.glGenLists(s));
586 }
587
588 @DocumentationProxyTo(GL11.class)
589 public static void glGenTextures(IntBuffer textures) {

Callers

nothing calls this directly

Calls 1

check2Method · 0.95

Tested by

no test coverage detected