render.CopyRenderTargetToTexture
Description
Copies the currently active Render Target to the specified texture.
This does not copy the Depth buffer, no method for that is known at this moment so a common workaround is to store the source texture somewhere else, perform your drawing operations, save the result somewhere else and reapply the source texture.
Arguments
Example
This is how it's used in render.CopyTexture