mirror of
https://github.com/amerkoleci/Vortice.Win32.git
synced 2026-01-14 16:16:04 +08:00
Improve generation.
This commit is contained in:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user