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 f9535d2 commit d2871a6Copy full SHA for d2871a6
src/Core/Silk.NET.Core/Contexts/INativeWindow.cs
@@ -72,7 +72,7 @@ public interface INativeWindow
72
/// </summary>
73
nint? Sdl { get; }
74
75
- /// <summaray>
+ /// <summary>
76
/// The handle to use for DirectX applications. This will be the Win32 Hwnd on Windows, and it will be the GLFW
77
/// or SDL handle on non-windows platforms for use with native builds of DXVK. May not be null.
78
0 commit comments