Axiom.RenderSystems.OpenGL.GLRTTManager.Unbind C# (CSharp) Method

Unbind() public abstract method

Unbind a certain render target. This is called before binding another RenderTarget, and before the context is switched. It can be used to do a copy, or just be a noop if direct binding is used.
public abstract Unbind ( RenderTarget target ) : void
target Axiom.Graphics.RenderTarget
return void
		public abstract void Unbind( RenderTarget target );