diff options
Diffstat (limited to 'Ryujinx.Graphics.Gpu/Image/TextureViewCompatibility.cs')
| -rw-r--r-- | Ryujinx.Graphics.Gpu/Image/TextureViewCompatibility.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Ryujinx.Graphics.Gpu/Image/TextureViewCompatibility.cs b/Ryujinx.Graphics.Gpu/Image/TextureViewCompatibility.cs index 4671af46..b89936eb 100644 --- a/Ryujinx.Graphics.Gpu/Image/TextureViewCompatibility.cs +++ b/Ryujinx.Graphics.Gpu/Image/TextureViewCompatibility.cs @@ -7,6 +7,7 @@ enum TextureViewCompatibility { Incompatible = 0, + LayoutIncompatible, CopyOnly, Full } |
