(int x, int y, int width, int height, int format, int type, ByteBuffer pixels)
| 1556 | } |
| 1557 | |
| 1558 | @DocumentationProxyTo(GL11.class) |
| 1559 | public static void glReadPixels(int x, int y, int width, int height, int format, int type, ByteBuffer pixels) { |
| 1560 | check(() -> GL11.glReadPixels(x, y, width, height, format, type, pixels)); |
| 1561 | } |
| 1562 | |
| 1563 | @DocumentationProxyTo(GL11.class) |
| 1564 | public static void glReadPixels(int x, int y, int width, int height, int format, int type, long pixels) { |
no test coverage detected