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

AllocDS() public method

public AllocDS ( int width, int height ) : DepthStencil2D
width int
height int
return DepthStencil2D
		public DepthStencil2D AllocDS ( int width, int height )
		{
			throw new NotImplementedException();
		}