mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-28 17:36:24 +02:00
misc: chore: Fix object creation in Metal
This commit is contained in:
parent
e859bd5aa2
commit
d95f724d17
15 changed files with 28 additions and 28 deletions
|
@ -165,7 +165,7 @@ namespace Ryujinx.Graphics.Metal
|
|||
{
|
||||
// Inherit render target related information without causing a render encoder split.
|
||||
|
||||
RenderTargetCopy oldState = new RenderTargetCopy
|
||||
RenderTargetCopy oldState = new()
|
||||
{
|
||||
Scissors = other.Scissors,
|
||||
RenderTargets = other.RenderTargets,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue