Axiom.RenderSystems.OpenGL.GLFBORTTManager.Unbind C# (CSharp) 메소드

Unbind() 공개 메소드

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