()
| 656 | } |
| 657 | |
| 658 | @NativeType("GLenum") |
| 659 | @DocumentationProxyTo(GL11.class) |
| 660 | public static int glGetError() { |
| 661 | return check2(() -> GL11.glGetError()); |
| 662 | } |
| 663 | |
| 664 | @DocumentationProxyTo(GL11.class) |
| 665 | public static void glGetLightiv(int light, int pname, IntBuffer data) { |
no test coverage detected