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 ffd2b67 commit 0f92afdCopy full SHA for 0f92afd
src/Core/Silk.NET.BuildTools/Bind/StructWriter.cs
@@ -194,7 +194,7 @@ public static void WriteStruct
194
sw.WriteLine();
195
}
196
197
- foreach (var comBase in @struct.ComBases)
+ foreach (var comBase in @struct.ComBases.RemoveDuplicates())
198
{
199
var asSuffix = comBase.Split('.').Last();
200
asSuffix = asSuffix.StartsWith('I') ? asSuffix.Substring(1) : comBase;
0 commit comments