mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-08 04:52:32 -07:00
Boot Sonic Mania
This commit is contained in:
committed by
Isaac Marovitz
parent
163be0a159
commit
b37c109673
@@ -30,7 +30,7 @@ namespace Ryujinx.Graphics.Metal
|
|||||||
var descriptor = new MTLTextureDescriptor
|
var descriptor = new MTLTextureDescriptor
|
||||||
{
|
{
|
||||||
PixelFormat = FormatTable.GetFormat(Info.Format),
|
PixelFormat = FormatTable.GetFormat(Info.Format),
|
||||||
Usage = MTLTextureUsage.ShaderRead | MTLTextureUsage.ShaderWrite | MTLTextureUsage.RenderTarget,
|
Usage = MTLTextureUsage.ShaderRead,
|
||||||
Width = (ulong)Width,
|
Width = (ulong)Width,
|
||||||
Height = (ulong)Height,
|
Height = (ulong)Height,
|
||||||
Depth = (ulong)Depth
|
Depth = (ulong)Depth
|
||||||
|
Reference in New Issue
Block a user