Axiom.RenderSystems.OpenGL.GLRTTManager.Unbind C# (CSharp) Метод

Unbind() публичный абстрактный Метод

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
Результат void
		public abstract void Unbind( RenderTarget target );