The RenderTarget class in the Sandbox
namespace is a sealed class that essentially wraps a couple of textures used for rendering: the color texture and the depth texture. It provides methods to create temporary render targets and manage their lifecycle.