(int x, int y, int width, int height)
| 1647 | } |
| 1648 | |
| 1649 | @DocumentationProxyTo(GL11.class) |
| 1650 | public static void glScissor(int x, int y, int width, int height) { |
| 1651 | check(() -> GL11.glScissor(x, y, width, height)); |
| 1652 | } |
| 1653 | |
| 1654 | @DocumentationProxyTo(GL11.class) |
| 1655 | public static void glSelectBuffer(IntBuffer buffer) { |
no test coverage detected