mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
Remove confusing comment about IDisposable behavior from ISharedImmediateTexture, it no longer inherits from IDisposable
This commit is contained in:
parent
3bd380c854
commit
3340bfd205
1 changed files with 0 additions and 1 deletions
|
|
@ -11,7 +11,6 @@ namespace Dalamud.Interface.Textures;
|
|||
/// <summary>A texture with a backing instance of <see cref="IDalamudTextureWrap"/> that is shared across multiple
|
||||
/// requesters.</summary>
|
||||
/// <remarks>
|
||||
/// <para>Calling <see cref="IDisposable.Dispose"/> on this interface is a no-op.</para>
|
||||
/// <para><see cref="GetWrapOrEmpty"/> and <see cref="TryGetWrap"/> may stop returning the intended texture at any point.
|
||||
/// Use <see cref="RentAsync"/> to lock the texture for use in any thread for any duration.</para>
|
||||
/// </remarks>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue