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

Unbind() public method

Unbind a certain render target. No-op for FBOs.
public Unbind ( RenderTarget target ) : void
target Axiom.Graphics.RenderTarget
return void
		public override void Unbind( RenderTarget target )
		{
			// Nothing to see here, move along.
		}