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 d168396 commit 1a3bc51Copy full SHA for 1a3bc51
sources/SilkTouch/SilkTouch/Mods/MixKhronosData.cs
@@ -1133,7 +1133,8 @@ ref string? identifiedPrefix
1133
1134
// NameTrimmer trims member names by looking for a common prefix and removing it
1135
// This sometimes trims too much and leads to only the vendor suffix remaining
1136
- // This is bad so we rewind back to the previous name (minus the prefix, such as GL_)
+ // This is bad because the next block of code removes the vendor suffix, leaving only an empty string or underscore
1137
+ // This means we have to rewind back to the previous name (minus the prefix, such as GL_)
1138
var rewind = false;
1139
if (container is not null && job.Groups.ContainsKey(container))
1140
{
0 commit comments