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

Method glGetInteger

src/main/java/trace/graphics/GL.java:641–645  ·  view source on GitHub ↗
(int pname)

Source from the content-addressed store, hash-verified

639 }
640
641 @NativeType("void")
642 @DocumentationProxyTo(GL11.class)
643 public static int glGetInteger(int pname) {
644 return check2(() -> GL11.glGetInteger(pname));
645 }
646
647 @DocumentationProxyTo(GL11.class)
648 public static void glGetDoublev(int pname, DoubleBuffer params) {

Callers 9

getImageMethod · 0.80
getImageMethod · 0.80
getImageMethod · 0.80

Calls 1

check2Method · 0.95

Tested by

no test coverage detected