diff options
| author | gdkchan <gab.dark.100@gmail.com> | 2019-12-30 14:44:22 -0300 |
|---|---|---|
| committer | Thog <thog@protonmail.com> | 2020-01-09 02:13:00 +0100 |
| commit | bacb278dc11292a9a851669a9056b9ea5bb77f3a (patch) | |
| tree | 734acc3b3f7e579fde40668cb36779412d81a031 /Ryujinx.Graphics.Gpu/Image/Texture.cs | |
| parent | c5b908891471bfc5c33aad60eb6ad981eb6856db (diff) | |
Fix typos pointed out by LDj3SNuD
Diffstat (limited to 'Ryujinx.Graphics.Gpu/Image/Texture.cs')
| -rw-r--r-- | Ryujinx.Graphics.Gpu/Image/Texture.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Ryujinx.Graphics.Gpu/Image/Texture.cs b/Ryujinx.Graphics.Gpu/Image/Texture.cs index 9e5bea90..65697868 100644 --- a/Ryujinx.Graphics.Gpu/Image/Texture.cs +++ b/Ryujinx.Graphics.Gpu/Image/Texture.cs @@ -650,7 +650,7 @@ namespace Ryujinx.Graphics.Gpu.Image } /// <summary> - /// Check it's possible to create a view with the specified layout. + /// Check if it's possible to create a view with the specified layout. /// The layout information is composed of the Stride for linear textures, or GOB block size /// for block linear textures. /// </summary> @@ -695,7 +695,7 @@ namespace Ryujinx.Graphics.Gpu.Image /// <summary> /// Checks if the view format is compatible with this texture format. - /// In general, the formats are considered compatible if the bytes per pixel value is equal, + /// In general, the formats are considered compatible if the bytes per pixel values are equal, /// but there are more complex rules for some formats, like compressed or depth-stencil formats. /// This follows the host API copy compatibility rules. /// </summary> |
