diff --git a/src/Ryujinx.Graphics.Metal/Texture.cs b/src/Ryujinx.Graphics.Metal/Texture.cs index 21932933a..c57a01b11 100644 --- a/src/Ryujinx.Graphics.Metal/Texture.cs +++ b/src/Ryujinx.Graphics.Metal/Texture.cs @@ -30,7 +30,7 @@ namespace Ryujinx.Graphics.Metal var descriptor = new MTLTextureDescriptor { PixelFormat = FormatTable.GetFormat(Info.Format), - Usage = MTLTextureUsage.ShaderRead | MTLTextureUsage.ShaderWrite | MTLTextureUsage.RenderTarget, + Usage = MTLTextureUsage.ShaderRead, Width = (ulong)Width, Height = (ulong)Height, Depth = (ulong)Depth