(int target, int attachment, int texTarget, int texture, int level)
| 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); |
no outgoing calls
no test coverage detected