mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-21 23:37:44 +01:00
Texture handle shim
This commit is contained in:
parent
6858c646a2
commit
dc83879c89
25 changed files with 68 additions and 63 deletions
|
|
@ -456,7 +456,7 @@ internal class ImGuiWidget : IDataWindowWidget
|
|||
|
||||
public DisposeLoggingTextureWrap(IDalamudTextureWrap inner) => this.inner = inner;
|
||||
|
||||
public ImTextureID ImGuiHandle => this.inner.ImGuiHandle;
|
||||
public ImTextureID Handle => this.inner.Handle;
|
||||
|
||||
public int Width => this.inner.Width;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue