1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-12-19 01:52:02 +00:00

Boot Sonic Mania

This commit is contained in:
Isaac Marovitz 2023-08-14 12:12:44 +01:00 committed by Isaac Marovitz
parent 163be0a159
commit b37c109673

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