MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / glReadPixels

Method glReadPixels

src/main/java/trace/graphics/GL.java:1558–1561  ·  view source on GitHub ↗
(int x, int y, int width, int height, int format, int type, ByteBuffer pixels)

Source from the content-addressed store, hash-verified

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) {

Callers 6

getImageMethod · 0.80
getImageMethod · 0.80
getImageMethod · 0.80

Calls 1

checkMethod · 0.95

Tested by

no test coverage detected