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

Method glGetMapi

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

Source from the content-addressed store, hash-verified

689 }
690
691 @NativeType("void")
692 @DocumentationProxyTo(GL11.class)
693 public static int glGetMapi(int target, int query) {
694 return check2(() -> GL11.glGetMapi(target, query));
695 }
696
697 @DocumentationProxyTo(GL11.class)
698 public static void glGetMapfv(int target, int query, FloatBuffer data) {

Callers

nothing calls this directly

Calls 1

check2Method · 0.95

Tested by

no test coverage detected