Show More
Commit Description:
Hide budget for now....
Commit Description:
Hide budget for now. (grafted from c874f4993fc1575dc21b6d1a41b46dc9b87f3337)
File last commit:
Show/Diff file:
Action:
ImGui.NET/Generated/ImDrawListFlags.gen.cs
12 lines | 247 B | text/x-csharp | CSharpLexer
Add ImGui.
r16 namespace ImGuiNET
{
[System.Flags]
public enum ImDrawListFlags
{
None = 0,
AntiAliasedLines = 1 << 0,
AntiAliasedLinesUseTex = 1 << 1,
AntiAliasedFill = 1 << 2,
AllowVtxOffset = 1 << 3,
}
}