Skip to content

Commit

Permalink
Merge pull request MonoGame#8364 from theLaffa/24-XmlDoc-Texture.DirectX
Browse files Browse the repository at this point in the history
[Documentation] Update XML documentation for `Texture.DirectX`
  • Loading branch information
SimonDarksideJ authored Jun 8, 2024
2 parents 09c6dc1 + dd9bbb1 commit 6738f81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MonoGame.Framework/Platform/Graphics/Texture.DirectX.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ private void PlatformGraphicsDeviceResetting()
SharpDX.Utilities.Dispose(ref _texture);
}

/// <summary />
protected override void Dispose(bool disposing)
{
if (disposing)
Expand Down

0 comments on commit 6738f81

Please sign in to comment.