mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 14:23:40 +01:00
Use LibraryImport for custom ImGuiNative functinos
This commit is contained in:
parent
1a15600a8f
commit
334a02e69a
4 changed files with 72 additions and 41 deletions
|
|
@ -1,6 +1,6 @@
|
|||
namespace Dalamud.Bindings.ImGui;
|
||||
|
||||
public enum ImDrawCallbackEnum
|
||||
public enum ImDrawCallbackEnum : long
|
||||
{
|
||||
Empty,
|
||||
|
||||
|
|
@ -11,5 +11,5 @@ public enum ImDrawCallbackEnum
|
|||
/// state, and you want it to be restored. It is not done by default because they are many perfectly useful way of
|
||||
/// altering render state for imgui contents (e.g. changing shader/blending settings before an Image call).
|
||||
/// </summary>
|
||||
ResetRenderState = -1,
|
||||
ResetRenderState = ImGui.ImDrawCallbackResetRenderState,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue