WIP: Experimental: Metal backend #439

Closed
GreemDev wants to merge 374 commits from metal into master
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 6b2bc16dc3 - Show all commits

View File

@ -40,7 +40,7 @@ namespace Ryujinx.Graphics.Metal
}
[SupportedOSPlatform("macos")]
struct TopologyConversionCacheKey : ICacheKey
readonly struct TopologyConversionCacheKey : ICacheKey
{
private readonly IndexBufferPattern _pattern;
private readonly int _indexSize;

View File

@ -17,10 +17,10 @@ using Ryujinx.Graphics.GAL;
using Ryujinx.Graphics.GAL.Multithreading;
using Ryujinx.Graphics.Gpu;
using Ryujinx.Graphics.Gpu.Shader;
using Ryujinx.Graphics.Metal;
using Ryujinx.Graphics.OpenGL;
using Ryujinx.Graphics.Vulkan;
using Ryujinx.Graphics.Vulkan.MoltenVK;
using Ryujinx.Graphics.Metal;
using Ryujinx.Headless.SDL2.Metal;
using Ryujinx.Headless.SDL2.OpenGL;
using Ryujinx.Headless.SDL2.Vulkan;