Skip to content

Commit

Permalink
Fix documentation for RenderTarget
Browse files Browse the repository at this point in the history
  • Loading branch information
Marioalexsan authored and eXpl0it3r committed Jun 9, 2024
1 parent c839dc5 commit 5d3b30a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/SFML.Graphics/RenderTarget.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ namespace SFML.Graphics
{
////////////////////////////////////////////////////////////
/// <summary>
/// Abstract base class for render targets (renderwindow, renderimage)
/// Interface for render targets.
/// This interface should not be implemented on custom types, use
/// <see cref="RenderWindow"/> or <see cref="RenderTexture"/> instead.
/// </summary>
////////////////////////////////////////////////////////////
public interface RenderTarget
Expand Down

0 comments on commit 5d3b30a

Please sign in to comment.