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

Method framebufferTexture2D

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

Source from the content-addressed store, hash-verified

3361 public abstract void renderbufferStorage(int target, int internalFormat, int width, int height);
3362 public abstract void framebufferRenderbuffer(int target, int attachment, int rendbuferfTarget, int renderbuffer);
3363 public abstract void framebufferTexture2D(int target, int attachment, int texTarget, int texture, int level);
3364 public abstract int checkFramebufferStatus(int target);
3365 public abstract boolean isFramebuffer(int framebuffer);
3366 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