mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-20 01:30:54 -05:00
Boot Sonic Mania
This commit is contained in:
committed by
Evan Husted
parent
b1785c0b14
commit
94e699eeba
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user