void invalidateFramebuffer(int target, List<int> attachments){ _gl.invalidateFramebuffer(target, attachments); checkError('invalidateFramebuffer'); }