Some missed values
This commit is contained in:
parent
398ca7ad82
commit
cee5ae5551
2 changed files with 17 additions and 15 deletions
|
@ -1159,7 +1159,10 @@ namespace Ryujinx.Graphics.Vulkan
|
|||
|
||||
DynamicState.ScissorsCount = count;
|
||||
|
||||
_newState.ScissorsCount = (uint)count;
|
||||
if (!_supportExtDynamic)
|
||||
{
|
||||
_newState.ScissorsCount = (uint)count;
|
||||
}
|
||||
SignalStateChange();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue