Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Core/Silk.NET.Core/Contexts/INativeWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public interface INativeWindow
/// </summary>
nint? Sdl { get; }

/// <summaray>
/// <summary>
/// The handle to use for DirectX applications. This will be the Win32 Hwnd on Windows, and it will be the GLFW
/// or SDL handle on non-windows platforms for use with native builds of DXVK. May not be null.
/// </summary>
Expand Down