(int target, int framebuffer)
| 3409 | graphics.endBindFramebuffer(target, framebuffer); |
| 3410 | } |
| 3411 | protected abstract void bindFramebufferImpl(int target, int framebuffer); |
| 3412 | |
| 3413 | public abstract void deleteFramebuffers(int n, IntBuffer framebuffers); |
| 3414 | public abstract void genFramebuffers(int n, IntBuffer framebuffers); |
no outgoing calls
no test coverage detected