Use Correct namespace
This commit is contained in:
parent
506f25054d
commit
e7fbc9a1be
3 changed files with 22 additions and 21 deletions
|
@ -1645,7 +1645,7 @@ namespace Ryujinx.Graphics.Vulkan
|
|||
Gd.FlushAllCommands();
|
||||
}
|
||||
|
||||
DynamicState.ReplayIfDirty(Gd.Api, CommandBuffer);
|
||||
DynamicState.ReplayIfDirty(Gd, CommandBuffer);
|
||||
|
||||
if (_needsIndexBufferRebind && _indexBufferPattern == null)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue