mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-18 15:26:40 +00:00
Fix formatting
This commit is contained in:
parent
2483b1a52a
commit
d4e4ddca91
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…
Reference in a new issue