(bind-func xtm_render_fbo (let ((fbo:FBO* null)) (lambda () (if (null? fbo) (set! fbo (FBO xtm_render_w xtm_render_h #t))) fbo)))