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

Method blitFramebuffer

core/src/processing/opengl/PGL.java:3369–3369  ·  view source on GitHub ↗
(int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, int mask, int filter)

Source from the content-addressed store, hash-verified

3367 public abstract boolean isRenderbuffer(int renderbuffer);
3368 public abstract void getRenderbufferParameteriv(int target, int pname, IntBuffer params);
3369 public abstract void blitFramebuffer(int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, int mask, int filter);
3370 public abstract void renderbufferStorageMultisample(int target, int samples, int format, int width, int height);
3371 public abstract void readBuffer(int buf);
3372 public abstract void drawBuffer(int buf);

Callers 2

syncBackTextureMethod · 0.95
copyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected