Axiom.RenderSystems.OpenGLES.GLESFBOMultiRenderTarget.UnbindSurface C# (CSharp) Method

UnbindSurface() public method

public UnbindSurface ( int attachment ) : void
attachment int
return void
		public override void UnbindSurface( int attachment )
		{
			_fbo.UnbindSurface( attachment );
			GLESConfig.GlCheckError( attachment );

			Width = _fbo.Width;
			Height = _fbo.Height;
		}
		/// <summary>