mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-03-30 11:16:56 +00:00
Documentation update.
This commit is contained in:
parent
c84bbb48dd
commit
315daee7ce
|
@ -120,9 +120,9 @@ namespace OpenTK.Platform
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Updates the WindowInfo using the specified WindowInfo.
|
/// Updates the WindowInfo using the specified IWindowInfo.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="window">The OpenTK.Platform.Window to get information from.</param>
|
/// <param name="window">The OpenTK.Platform.IWindowInfo to get information from.</param>
|
||||||
public IWindowInfo GetInfoFrom(IWindowInfo info)
|
public IWindowInfo GetInfoFrom(IWindowInfo info)
|
||||||
{
|
{
|
||||||
return implementation.GetInfoFrom(info);
|
return implementation.GetInfoFrom(info);
|
||||||
|
|
Loading…
Reference in a new issue