(int target, int framebuffer)
| 3352 | graphics.endBindFramebuffer(target, framebuffer); |
| 3353 | } |
| 3354 | protected abstract void bindFramebufferImpl(int target, int framebuffer); |
| 3355 | |
| 3356 | public abstract void deleteFramebuffers(int n, IntBuffer framebuffers); |
| 3357 | public abstract void genFramebuffers(int n, IntBuffer framebuffers); |
no outgoing calls
no test coverage detected