(int target, int query)
| 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) { |