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