Show More
Commit Description:
Fix type issues caused by introduction of enum.
Commit Description:
Fix type issues caused by introduction of enum.
File last commit:
Show/Diff file:
Action:
ImGui.NET/Generated/ImFontAtlasFlags.gen.cs
11 lines | 191 B | text/x-csharp | CSharpLexer
namespace ImGuiNET
{
[System.Flags]
public enum ImFontAtlasFlags
{
None = 0,
NoPowerOfTwoHeight = 1,
NoMouseCursors = 2,
NoBakedLines = 4,
}
}