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

Method glGetDouble

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

Source from the content-addressed store, hash-verified

650 }
651
652 @NativeType("void")
653 @DocumentationProxyTo(GL11.class)
654 public static double glGetDouble(int pname) {
655 return check2(() -> GL11.glGetDouble(pname));
656 }
657
658 @NativeType("GLenum")
659 @DocumentationProxyTo(GL11.class)

Callers

nothing calls this directly

Calls 1

check2Method · 0.95

Tested by

no test coverage detected