If you render all your tiles to your RenderImage once and then use that Image every frame, yes, it will be more efficent than rendering every tile every frame. If you render all your tiles to the RenderImage every frame though, it will not be any faster.