Add missing set texture for depth stencil blit
Mostly fixes Sonic Frontiers & Link’s Awakeningpull/5083/head
parent
16eb005e8b
commit
b43ff78ba1
|
|
@ -474,6 +474,9 @@ namespace Ryujinx.Graphics.Metal
|
|||
|
||||
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;
|
||||
|
||||
if (isDepth)
|
||||
|
|
|
|||
Loading…
Reference in New Issue