There will still be an issue with extension is supported and dynmaic state is not

This commit is contained in:
sunshineinabox 2024-09-01 21:33:05 -07:00
parent 09b8095584
commit 5e86d5e178
4 changed files with 13 additions and 11 deletions

View file

@ -134,7 +134,7 @@ namespace Ryujinx.Graphics.Vulkan
_supportExtDynamic2 = gd.Capabilities.SupportsExtendedDynamicState2.ExtendedDynamicState2;
_newState.Initialize(_supportExtDynamic, gd.Capabilities.SupportsExtendedDynamicState2);
_newState.Initialize(gd.Capabilities);
}
public void Initialize()