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

Method checkFramebufferStatus

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

Source from the content-addressed store, hash-verified

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);
3367 public abstract boolean isRenderbuffer(int renderbuffer);

Callers 1

validateFramebufferMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected