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

Method glGetBoolean

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

Source from the content-addressed store, hash-verified

617 }
618
619 @NativeType("void")
620 @DocumentationProxyTo(GL11.class)
621 public static boolean glGetBoolean(int pname) {
622 return check2(() -> GL11.glGetBoolean(pname));
623 }
624
625 @DocumentationProxyTo(GL11.class)
626 public static void glGetFloatv(int pname, FloatBuffer params) {

Callers

nothing calls this directly

Calls 1

check2Method · 0.95

Tested by

no test coverage detected