MCPcopy Index your code
hub / github.com/benfry/processing4 / readBuffer

Method readBuffer

core/src/processing/opengl/PGL.java:3428–3428  ·  view source on GitHub ↗
(int buf)

Source from the content-addressed store, hash-verified

3426 public abstract void blitFramebuffer(int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, int mask, int filter);
3427 public abstract void renderbufferStorageMultisample(int target, int samples, int format, int width, int height);
3428 public abstract void readBuffer(int buf);
3429 public abstract void drawBuffer(int buf);
3430}

Callers 3

saveFirstFrameMethod · 0.95
beginPixelsOpMethod · 0.45
endPixelsOpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected