mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 20:33:40 +01:00
Update docs
This commit is contained in:
parent
2920d18afa
commit
71bb02347f
1 changed files with 1 additions and 1 deletions
|
|
@ -132,6 +132,6 @@ public partial interface ITextureProvider
|
||||||
/// Get a texture handle for the specified Lumina <see cref="TexFile"/>.
|
/// Get a texture handle for the specified Lumina <see cref="TexFile"/>.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="file">The texture to obtain a handle to.</param>
|
/// <param name="file">The texture to obtain a handle to.</param>
|
||||||
/// <returns>A texture wrap that can be used to render the texture.</returns>
|
/// <returns>A texture wrap that can be used to render the texture. Dispose after use.</returns>
|
||||||
public IDalamudTextureWrap GetTexture(TexFile file);
|
public IDalamudTextureWrap GetTexture(TexFile file);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue