Boot Sonic Mania
This commit is contained in:
parent
463a4ea5c5
commit
bbf6560e7a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue