Improve generation.

This commit is contained in:
Amer Koleci
2022-12-30 09:28:01 +01:00
parent ad6909ef04
commit c2a59c7720
10 changed files with 139 additions and 41 deletions

View File

@@ -208,6 +208,11 @@ public static class Program
{ "PROTECTEDRESOURCESESSION", "ProtectedResourceSession" },
{ "METACOMMAND", "MetaCommand" },
{ "SCHEDULINGGROUP", "SchedulingGroup" },
{ "INCR", "Increment" },
{ "DECR", "Decrement" },
{ "SAT", "Saturate" },
{ "INV", "Inverse" },
{ "REV", "Reverse" },
};
private static readonly HashSet<string> s_partRenamesSet = new(StringComparer.OrdinalIgnoreCase)
@@ -762,7 +767,6 @@ public static class Program
"XNA",
};
private static readonly Dictionary<string, string> s_knownTypesPrefixes = new()
{
{ "DXGI_COLOR_SPACE_TYPE", "DXGI_COLOR_SPACE" },