Fix typos pointed out by LDj3SNuD
This commit is contained in:
parent
c5b9088914
commit
bacb278dc1
5 changed files with 8 additions and 8 deletions
|
@ -188,7 +188,7 @@ namespace Ryujinx.Graphics.Gpu.Image
|
|||
/// <summary>
|
||||
/// Unpacks the texture coordinates normalized flag.
|
||||
/// When this is true, texture coordinates are expected to be in the [0, 1] range on the shader.
|
||||
/// WHen this is false, texture coordinates are expected to be in the [0, W], [0, H] and [0, D] range.
|
||||
/// When this is false, texture coordinates are expected to be in the [0, W], [0, H] and [0, D] range.
|
||||
/// It must be set to false (by the guest driver) for rectangle textures.
|
||||
/// </summary>
|
||||
/// <returns>The texture coordinates normalized flag</returns>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue