(int pname)
| 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) { |