The proper way to render motion blur would be to have a seriers of render targets in an array.. in each render target you would store a previous frmae, so you have a constant string of maybe the last 10 frames...
To show the blur effect you would just render these by alpha blending over a screen-aligned quad, with the oldest frame being the most trasparent.