mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-26 00:17:10 +02:00
bunch of stuff don't push this monstrosity anywhere
actual stuff don't push this monstrosity anywhere
This commit is contained in:
parent
259f5da0fb
commit
59d6ceb9ee
31 changed files with 513 additions and 77 deletions
|
@ -6,6 +6,7 @@ using System.Runtime.Versioning;
|
|||
namespace Ryujinx.Graphics.Vulkan.MoltenVK
|
||||
{
|
||||
[SupportedOSPlatform("macos")]
|
||||
[SupportedOSPlatform("ios")]
|
||||
public static partial class MVKInitialization
|
||||
{
|
||||
[LibraryImport("libMoltenVK.dylib")]
|
||||
|
|
|
@ -101,7 +101,7 @@ namespace Ryujinx.Graphics.Vulkan
|
|||
Textures = new HashSet<ITexture>();
|
||||
Samplers = new HashSet<SamplerHolder>();
|
||||
|
||||
if (OperatingSystem.IsMacOS())
|
||||
if (OperatingSystem.IsMacOS() || OperatingSystem.IsIOS())
|
||||
{
|
||||
MVKInitialization.Initialize();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue