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 c0c3425 commit d1fa402Copy full SHA for d1fa402
sources/SilkTouch/SilkTouch/Mods/MixKhronosData.cs
@@ -1925,7 +1925,7 @@ static bool IsIntentionalExclusion(string groupName) =>
1925
static bool IsUngroupable(string groupName) =>
1926
IsIntentionalExclusion(groupName)
1927
|| groupName.StartsWith("enums") // these are unnamed
1928
- || groupName is "cl_device_info"; // bug in cl.xml - see see https://github.com/KhronosGroup/OpenCL-Docs/pull/779
+ || groupName is "cl_device_info"; // bug in cl.xml - see https://github.com/KhronosGroup/OpenCL-Docs/pull/779
1929
1930
// ...continued from:
1931
// https://github.com/dotnet/Silk.NET/blob/d8919600/src/Core/Silk.NET.BuildTools/Converters/Readers/OpenCLReader.cs#L855-L870
0 commit comments