Converting RGB Color to UV Texture

Is there a (fast) way of copying the currently rendered color values to the texture coords of a texture? So like if I want the red and green channels to act as the x and y texCoords of a texture.

Shaders.

Since I havn’t been able to get those working yet, I was hoping there was a simple buffer copy command… but if you insist…