mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-04-17 21:01:42 +00:00
Fixed incorrect reference in GetDisplay() documentation.
This commit is contained in:
parent
a0021909d1
commit
1a2b506142
|
@ -322,9 +322,9 @@ namespace OpenTK
|
|||
#region GetDisplay
|
||||
|
||||
/// <summary>
|
||||
/// Gets the <see cref="DisplayDevice"/> for the specified <see cref="DeviceIndex"/>.
|
||||
/// Gets the <see cref="DisplayDevice"/> for the specified <see cref="DisplayIndex"/>.
|
||||
/// </summary>
|
||||
/// <param name="index">The <see cref="DeviceIndex"/> that defines the desired display.</param>
|
||||
/// <param name="index">The <see cref="DisplayIndex"/> that defines the desired display.</param>
|
||||
/// <returns>A <see cref="DisplayDevice"/> or null, if no device corresponds to the specified index.</returns>
|
||||
public static DisplayDevice GetDisplay(DisplayIndex index)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue