Skip to content

Commit

Permalink
Update XML documentation for RenderTarget2D.DirectX
Browse files Browse the repository at this point in the history
  • Loading branch information
theLaffa committed Jun 7, 2024
1 parent f230614 commit 2b75d85
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ private void PlatformGraphicsDeviceResetting()
SharpDX.Utilities.Dispose(ref _depthStencilView);
}

/// <summary />
protected override void Dispose(bool disposing)
{
if (disposing)
Expand Down Expand Up @@ -146,6 +147,7 @@ internal virtual void ResolveSubresource()
}
}

/// <summary />
protected internal override Texture2DDescription GetTexture2DDescription()
{
var desc = base.GetTexture2DDescription();
Expand Down

0 comments on commit 2b75d85

Please sign in to comment.