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

Method glGetMapf

src/main/java/trace/graphics/GL.java:702–706  ·  view source on GitHub ↗
(int target, int query)

Source from the content-addressed store, hash-verified

700 }
701
702 @NativeType("void")
703 @DocumentationProxyTo(GL11.class)
704 public static float glGetMapf(int target, int query) {
705 return check2(() -> GL11.glGetMapf(target, query));
706 }
707
708 @DocumentationProxyTo(GL11.class)
709 public static void glGetMapdv(int target, int query, DoubleBuffer data) {

Callers

nothing calls this directly

Calls 1

check2Method · 0.95

Tested by

no test coverage detected