Resolve logic op validation error only primitive topology pending
This commit is contained in:
parent
266649929f
commit
933c9c89ff
2 changed files with 3 additions and 3 deletions
|
@ -1006,7 +1006,7 @@ namespace Ryujinx.Graphics.Vulkan
|
|||
|
||||
_newState.LogicOpEnable = logicOpEnable;
|
||||
|
||||
if (Gd.ExtendedDynamicState2Features.ExtendedDynamicState2LogicOp && logicOpEnable)
|
||||
if (Gd.ExtendedDynamicState2Features.ExtendedDynamicState2LogicOp)
|
||||
{
|
||||
DynamicState.SetLogicOp(op.Convert());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue