There will still be an issue with extension is supported and dynmaic state is not
This commit is contained in:
parent
09b8095584
commit
5e86d5e178
4 changed files with 13 additions and 11 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue