I am working on a 3D game, and need to generate/update bumpmap.
I know what needs to be in the pixel shader, but in my research i found that SpriteBatch vertex shader is complex and could slow system down by using SaveState.
So my question is:
For simple 2D texture manipulation is it better to stick with SpriteBatch or create a simple vertex shader?