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 );