(int pname)
| 639 | } |
| 640 | |
| 641 | @NativeType("void") |
| 642 | @DocumentationProxyTo(GL11.class) |
| 643 | public static int glGetInteger(int pname) { |
| 644 | return check2(() -> GL11.glGetInteger(pname)); |
| 645 | } |
| 646 | |
| 647 | @DocumentationProxyTo(GL11.class) |
| 648 | public static void glGetDoublev(int pname, DoubleBuffer params) { |
no test coverage detected