WIP V2: Experimental: Metal backend #441

Merged
GreemDev merged 369 commits from new-metal into master 2024-12-24 06:55:16 +00:00
Showing only changes of commit 0abbbdc277 - Show all commits

View File

@ -298,6 +298,9 @@ namespace Ryujinx.Graphics.Metal
if (depthStencil is Texture depthTexture) if (depthStencil is Texture depthTexture)
{ {
_currentState.DepthStencil = depthTexture; _currentState.DepthStencil = depthTexture;
} else if (depthStencil == null)
{
_currentState.DepthStencil = null;
} }
// Requires recreating pipeline // Requires recreating pipeline