Skip to content

Commit dde45c7

Browse files
committed
Add todo for changing the Groups dictionary to be keyed by native name instead of managed name
1 parent cd6708e commit dde45c7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sources/SilkTouch/SilkTouch/Mods/MixKhronosData.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ internal class JobData
6767
/// <remarks>
6868
/// This is OpenGL and OpenCL specific.
6969
/// </remarks>
70+
// TODO: Due to historical reasons, this is keyed by the managed name of the enum. We should use the native name as the key instead since the native name does not change.
7071
public Dictionary<string, EnumGroup> Groups { get; } = [];
7172

7273
/// <summary>

0 commit comments

Comments
 (0)