void glInvalidateFramebuffer(int target, List<int> attachments){ gl.invalidateFramebuffer(target, attachments); }