We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 489f847 commit 448f22dCopy full SHA for 448f22d
src/CodeGenerator/Program.cs
@@ -72,6 +72,7 @@ internal static class Program
72
{ "ImVec4(1,1,1,1)", "new Vector4(1, 1, 1, 1)" },
73
{ "ImDrawCornerFlags_All", "(int)ImDrawCornerFlags.All" },
74
{ "FLT_MAX", "float.MaxValue" },
75
+ { "(((ImU32)(255)<<24)|((ImU32)(255)<<16)|((ImU32)(255)<<8)|((ImU32)(255)<<0))", "0xFFFFFFFF" }
76
};
77
78
private static readonly Dictionary<string, string> s_identifierReplacements = new Dictionary<string, string>()
0 commit comments