mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-10 12:21:44 +00:00
Fix typos (#2109)
This commit is contained in:
parent
e44850fed4
commit
2b92c10105
1 changed files with 3 additions and 3 deletions
|
@ -102,9 +102,9 @@ namespace Ryujinx.Graphics.OpenGL.Image
|
||||||
|
|
||||||
public int GetIncompatibleFormatViewHandle()
|
public int GetIncompatibleFormatViewHandle()
|
||||||
{
|
{
|
||||||
// AMD and Intel has a bug where the view format is always ignored,
|
// AMD and Intel have a bug where the view format is always ignored;
|
||||||
// it uses the parent format instead.
|
// they use the parent format instead.
|
||||||
// As workaround we create a new texture with the correct
|
// As a workaround we create a new texture with the correct
|
||||||
// format, and then do a copy after the draw.
|
// format, and then do a copy after the draw.
|
||||||
if (_parent.Info.Format != Format)
|
if (_parent.Info.Format != Format)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue