Axiom.RenderSystems.OpenGL.GLRTTManager.Unbind C# (CSharp) Méthode

Unbind() public abstract méthode

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
Résultat void
		public abstract void Unbind( RenderTarget target );