Axiom.RenderSystems.OpenGLES.GLESFBOMultiRenderTarget.UnbindSurface C# (CSharp) Méthode

UnbindSurface() public méthode

public UnbindSurface ( int attachment ) : void
attachment int
Résultat void
		public override void UnbindSurface( int attachment )
		{
			_fbo.UnbindSurface( attachment );
			GLESConfig.GlCheckError( attachment );

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