-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UnmanagedType.Bool is 4 bytes, while bool in C99 and C++ is 1 byte: https://learn.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.unmanagedtype?view=net-8.0 https://stackoverflow.com/questions/4608876/c-sharp-dllimport-with-c-boolean-function-not-returning-correctly https://github.dev/ImGuiNET/ImGui.NET/tree/master/src/ImGui.NET/Generated
- Loading branch information
Showing
14 changed files
with
222 additions
and
230 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
368 changes: 184 additions & 184 deletions
368
Generator/Evergine.Bindings.Imgui/Generated/Funtions.cs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+191 KB
(120%)
Generator/Evergine.Bindings.Imgui/runtimes/win-x64/native/cimgui.dll
Binary file not shown.
Binary file modified
BIN
+195 KB
(120%)
Generator/Evergine.Bindings.Imgui/runtimes/win-x86/native/cimgui.dll
Binary file not shown.
Binary file modified
BIN
+45.5 KB
(120%)
Generator/Evergine.Bindings.Imguizmo/runtimes/win-x64/native/cimguizmo.dll
Binary file not shown.
Binary file modified
BIN
+43.5 KB
(120%)
Generator/Evergine.Bindings.Imguizmo/runtimes/win-x86/native/cimguizmo.dll
Binary file not shown.
Binary file modified
BIN
+59.5 KB
(130%)
Generator/Evergine.Bindings.Imnodes/runtimes/win-x64/native/cimnodes.dll
Binary file not shown.
Binary file modified
BIN
+61.5 KB
(140%)
Generator/Evergine.Bindings.Imnodes/runtimes/win-x86/native/cimnodes.dll
Binary file not shown.
Binary file modified
BIN
+140 KB
(110%)
Generator/Evergine.Bindings.Implot/runtimes/win-x64/native/cimplot.dll
Binary file not shown.
Binary file modified
BIN
+183 KB
(110%)
Generator/Evergine.Bindings.Implot/runtimes/win-x86/native/cimplot.dll
Binary file not shown.
10 changes: 5 additions & 5 deletions
10
Generator/Test/EvergineImGUITest.Editor/EvergineImGUITest.Editor.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters