Show More
Commit Description:
Fix issues with BudgetWindowRenderer....
Commit Description:
Fix issues with BudgetWindowRenderer. (grafted from 7992ed911c41c462f47c93592abc80854bdcd8fa)
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,
}
}