mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-01-27 06:21:56 -08:00
use unknown texture usage
This commit is contained in:
parent
64005ba9ee
commit
559122f591
@ -32,7 +32,7 @@ namespace Ryujinx.Graphics.Metal
|
||||
var descriptor = new MTLTextureDescriptor
|
||||
{
|
||||
PixelFormat = FormatTable.GetFormat(Info.Format),
|
||||
Usage = MTLTextureUsage.ShaderRead,
|
||||
Usage = MTLTextureUsage.Unknown,
|
||||
SampleCount = (ulong)Info.Samples,
|
||||
TextureType = Info.Target.Convert(),
|
||||
Width = (ulong)Info.Width,
|
||||
|
Loading…
x
Reference in New Issue
Block a user