Show More
Commit Description:
Some refactoring....
Commit Description:
Some refactoring. (grafted from 111182ff6d2d689a5333793d865bb649093ec9a7)
File last commit:
Show/Diff file:
Action:
ImGui.NET/Generated/ImGuiDataType.gen.cs
17 lines | 258 B | text/x-csharp | CSharpLexer
namespace ImGuiNET
{
public enum ImGuiDataType
{
S8 = 0,
U8 = 1,
S16 = 2,
U16 = 3,
S32 = 4,
U32 = 5,
S64 = 6,
U64 = 7,
Float = 8,
Double = 9,
COUNT = 10,
}
}