Fusion.Engine.Graphics.TargetPool.Free C# (CSharp) Method

Free() public method

public Free ( DepthStencil2D target ) : void
target DepthStencil2D
return void
		public void Free ( DepthStencil2D target )
		{
			throw new NotImplementedException();
		}

Same methods

TargetPool::Free ( RenderTarget2D target ) : void