MCPcopy Create free account
hub / github.com/benfry/processing4 / readPixelsImpl

Method readPixelsImpl

core/src/processing/opengl/PJOGL.java:1252–1255  ·  view source on GitHub ↗
(int x, int y, int width, int height, int format, int type, Buffer buffer)

Source from the content-addressed store, hash-verified

1250 // Reading Pixels
1251
1252 @Override
1253 protected void readPixelsImpl(int x, int y, int width, int height, int format, int type, Buffer buffer) {
1254 gl.glReadPixels(x, y, width, height, format, type, buffer);
1255 }
1256
1257 @Override
1258 protected void readPixelsImpl(int x, int y, int width, int height, int format, int type, long offset) {

Callers 1

initFBOLayerESMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected