Draw Material to HUD is very dark

I know it’s a decade later, but I stumbled upon this trying to figure out the same thing, and I think the answer is that you need to do an Linear to sRGB conversion in the material. (In my case “RenderScene” is a texture parameter that is replaced by the render target in code.)