mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-06 21:02:32 -07:00
Rebase + GAL Changes
This commit is contained in:
committed by
Isaac Marovitz
parent
00b99770a2
commit
722aa4e45d
@@ -1,9 +1,11 @@
|
||||
using Ryujinx.Common.Logging;
|
||||
using Ryujinx.Graphics.GAL;
|
||||
using SharpMetal.Metal;
|
||||
using System.Runtime.Versioning;
|
||||
|
||||
namespace Ryujinx.Graphics.Metal
|
||||
{
|
||||
[SupportedOSPlatform("macos")]
|
||||
static class EnumConversion
|
||||
{
|
||||
public static MTLSamplerAddressMode Convert(this AddressMode mode)
|
||||
|
Reference in New Issue
Block a user