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

Method framebufferTexture2D

core/src/processing/opengl/PGL.java:3420–3420  ·  view source on GitHub ↗
(int target, int attachment, int texTarget, int texture, int level)

Source from the content-addressed store, hash-verified

3418 public abstract void renderbufferStorage(int target, int internalFormat, int width, int height);
3419 public abstract void framebufferRenderbuffer(int target, int attachment, int rendbuferfTarget, int renderbuffer);
3420 public abstract void framebufferTexture2D(int target, int attachment, int texTarget, int texture, int level);
3421 public abstract int checkFramebufferStatus(int target);
3422 public abstract boolean isFramebuffer(int framebuffer);
3423 public abstract void getFramebufferAttachmentParameteriv(int target, int attachment, int pname, IntBuffer params);

Callers 4

beginRenderMethod · 0.95
createFBOLayerMethod · 0.95
setColorBuffersMethod · 0.45
swapColorBuffersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected