| ColorTarget | The target colour texture |
| DepthTarget | The target depth texture |
| Height | Height of the render target |
| Width | Width of the render target |
| Dispose | Stop using this texture, return it to the pool |
| From | Create a render target from these textures |
| GetTemporary | Get a temporary render target. You should dispose the returned handle when you're done to return the textures to the pool. |