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

Method glReadBuffer

src/main/java/trace/graphics/GL.java:1553–1556  ·  view source on GitHub ↗
(int src)

Source from the content-addressed store, hash-verified

1551 }
1552
1553 @DocumentationProxyTo(GL11.class)
1554 public static void glReadBuffer(int src) {
1555 check(() -> GL11.glReadBuffer(src));
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) {

Callers 2

drawMethod · 0.80

Calls 1

checkMethod · 0.95

Tested by

no test coverage detected