mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-04-20 16:51:55 +00:00
Merge pull request #454 from leezer3/patch1
Fix wrong XML param name tag
This commit is contained in:
commit
1581ac7b8a
|
@ -1317,7 +1317,7 @@ namespace OpenTK
|
|||
/// <param name="height">The height of the viewport.</param>
|
||||
/// <param name="minZ">The minimum depth of the viewport.</param>
|
||||
/// <param name="maxZ">The maximum depth of the viewport.</param>
|
||||
/// <param name="worldViewProjection">The inverse of the world-view-projection matrix.</param>
|
||||
/// <param name="inverseWorldViewProjection">The inverse of the world-view-projection matrix.</param>
|
||||
/// <returns>The vector in object space.</returns>
|
||||
/// <remarks>
|
||||
/// To project from normalized device coordinates (NDC) use the following parameters:
|
||||
|
|
Loading…
Reference in a new issue