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 d261f07 commit a1c9956Copy full SHA for a1c9956
generator.json
@@ -49,12 +49,12 @@
49
"ChangeNamespace": {
50
"Mappings": {
51
"TerraFX.Interop.Windows(.*)": "Silk.NET.Win32$1",
52
- "TerraFX.Interop.(?!Windows)(.*)": "Silk.NET$1"
+ "TerraFX.Interop(?!.Windows)(.*)": "Silk.NET$1"
53
}
54
},
55
"TransformCOM": {
56
"BaseTypes": {
57
- "IUnknown.Interface": "Silk.NET.Windows.IUnknown.Interface"
+ "IUnknown.Interface": "Silk.NET.Win32.IUnknown.Interface"
58
59
60
"DisableWarnings": {
0 commit comments