mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-01-23 21:44:56 +03:00
Add missing set texture for depth stencil blit
Mostly fixes Sonic Frontiers & Link’s Awakening
This commit is contained in:
parent
a05a9a33f1
commit
4a81d9edc4
@ -474,6 +474,9 @@ namespace Ryujinx.Graphics.Metal
|
|||||||
|
|
||||||
private void BlitDepthStencilDraw(Texture src, bool isDepth)
|
private void BlitDepthStencilDraw(Texture src, bool isDepth)
|
||||||
{
|
{
|
||||||
|
// TODO: Check this https://github.com/Ryujinx/Ryujinx/pull/5003/
|
||||||
|
_pipeline.SetTextureAndSampler(ShaderStage.Fragment, 0, src, _samplerNearest);
|
||||||
|
|
||||||
string debugGroupName;
|
string debugGroupName;
|
||||||
|
|
||||||
if (isDepth)
|
if (isDepth)
|
||||||
|
Loading…
Reference in New Issue
Block a user