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

Method glGetFloat

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

Source from the content-addressed store, hash-verified

628 }
629
630 @NativeType("void")
631 @DocumentationProxyTo(GL11.class)
632 public static float glGetFloat(int pname) {
633 return check2(() -> GL11.glGetFloat(pname));
634 }
635
636 @DocumentationProxyTo(GL11.class)
637 public static void glGetIntegerv(int pname, IntBuffer params) {

Callers

nothing calls this directly

Calls 1

check2Method · 0.95

Tested by

no test coverage detected