void rlBindFramebuffer( num target, num framebuffer, ) => run( () => 'rlBindFramebuffer($target, $framebuffer)', () => rl.Rlgl.rlBindFramebuffer( target.toInt(), framebuffer.toInt(), ), );