MCPcopy Index your code
hub / github.com/processing/processing / readPixelsImpl

Method readPixelsImpl

core/src/processing/opengl/PGL.java:3160–3160  ·  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

3158 }
3159
3160 protected abstract void readPixelsImpl(int x, int y, int width, int height, int format, int type, Buffer buffer);
3161 protected abstract void readPixelsImpl(int x, int y, int width, int height, int format, int type, long offset);
3162
3163 //////////////////////////////////////////////////////////////////////////////

Callers 4

saveFirstFrameMethod · 0.95
readPixelsMethod · 0.95
readPixelsMethod · 0.45
loadTextureMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected