packing a float into a A8R8G8B8 texture (shader) - GameDev.net Forums

Hi guys, I would like to pack a float in the range [0.0..1.0] into an integer texture (A8R8G8B8 format), and also converting the texture value back into a float. I …