mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-28 11:26:24 +02:00
Rebase fix: ReplayIfDirty was being called twice
This commit is contained in:
parent
c3dcfce739
commit
9a8650e0fa
1 changed files with 0 additions and 2 deletions
|
@ -1586,8 +1586,6 @@ namespace Ryujinx.Graphics.Vulkan
|
|||
Gd.FlushAllCommands();
|
||||
}
|
||||
|
||||
DynamicState.ReplayIfDirty(Gd.Api, CommandBuffer);
|
||||
|
||||
// Setting graphics state with a compute pipeline bound crashes the Adreno driver.
|
||||
if (pbp == PipelineBindPoint.Graphics)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue