Axiom.RenderSystems.OpenGL.GLCopyingRTTManager.Bind C# (CSharp) Method

Bind() public method

public Bind ( RenderTarget target ) : void
target Axiom.Graphics.RenderTarget
return void
		public override void Bind( RenderTarget target )
		{
			// nothing to do here
		}