Fix formatting
This commit is contained in:
parent
d1d2d4b205
commit
5a0f1eaf01
1 changed files with 2 additions and 2 deletions
|
@ -329,12 +329,12 @@ namespace Ryujinx.Graphics.Vulkan
|
|||
{
|
||||
_dirty = DirtyFlags.Standard | DirtyFlags.Extended | DirtyFlags.Extended2;
|
||||
}
|
||||
|
||||
|
||||
if (gd.Capabilities.SupportsExtendedDynamicState3)
|
||||
{
|
||||
_dirty = DirtyFlags.Standard | DirtyFlags.Extended | DirtyFlags.Extended2 | DirtyFlags.Extended3;
|
||||
}
|
||||
|
||||
|
||||
if (gd.IsMoltenVk)
|
||||
{
|
||||
_dirty &= ~DirtyFlags.LineWidth;
|
||||
|
|
Loading…
Add table
Reference in a new issue