mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-09-14 18:37:12 +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
|
#region GetDisplay
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the <see cref="DisplayDevice"/> for the specified <see cref="DeviceIndex"/>.
|
/// Gets the <see cref="DisplayDevice"/> for the specified <see cref="DisplayIndex"/>.
|
||||||
/// </summary>
|
/// </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>
|
/// <returns>A <see cref="DisplayDevice"/> or null, if no device corresponds to the specified index.</returns>
|
||||||
public static DisplayDevice GetDisplay(DisplayIndex index)
|
public static DisplayDevice GetDisplay(DisplayIndex index)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue