WIP: Experimental: Metal backend #439

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

View File

@ -1,7 +1,9 @@
using SharpMetal.QuartzCore; using SharpMetal.QuartzCore;
using System.Runtime.Versioning;
namespace Ryujinx.Ava.UI.Renderer namespace Ryujinx.Ava.UI.Renderer
{ {
[SupportedOSPlatform("macos")]
public class EmbeddedWindowMetal : EmbeddedWindow public class EmbeddedWindowMetal : EmbeddedWindow
{ {
public CAMetalLayer CreateSurface() public CAMetalLayer CreateSurface()