WIP: Experimental: Metal backend #439

Closed
GreemDev wants to merge 374 commits from metal into master
Showing only changes of commit 559122f591 - Show all commits

View File

@ -32,7 +32,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, Usage = MTLTextureUsage.Unknown,
SampleCount = (ulong)Info.Samples, SampleCount = (ulong)Info.Samples,
TextureType = Info.Target.Convert(), TextureType = Info.Target.Convert(),
Width = (ulong)Info.Width, Width = (ulong)Info.Width,