The workaround I can think of at the moment is to render it on the screen, then do a screenshot into a bitmap, set the render_target pointer to that bitmap, followed by a view stage processing the render_target with a bloom effect.

This would probably only work with 7.2 however - the feature for a non-delayed screenshot into a bitmap was implemented only recently.