Boot Sonic Mania

This commit is contained in:
Isaac Marovitz 2023-08-14 12:12:44 +01:00
parent fcf3094dfa
commit ee6081757d
No known key found for this signature in database
GPG Key ID: 97250B2B09A132E1
1 changed files with 1 additions and 1 deletions

View File

@ -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