(int pname)
| 650 | } |
| 651 | |
| 652 | @NativeType("void") |
| 653 | @DocumentationProxyTo(GL11.class) |
| 654 | public static double glGetDouble(int pname) { |
| 655 | return check2(() -> GL11.glGetDouble(pname)); |
| 656 | } |
| 657 | |
| 658 | @NativeType("GLenum") |
| 659 | @DocumentationProxyTo(GL11.class) |