mirror of
https://github.com/GreemDev/Ryujinx
synced 2024-12-03 06:52:11 +01:00
use unknown texture usage
This commit is contained in:
parent
64005ba9ee
commit
559122f591
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue