Force index buffer update for games using Vulkan (#2726)
This commit is contained in:
parent
a2c6cd5132
commit
464a92d8a7
2 changed files with 10 additions and 0 deletions
|
@ -312,6 +312,7 @@ namespace Ryujinx.Graphics.Gpu.Engine.Threed
|
|||
bool oldDrawIndexed = _drawState.DrawIndexed;
|
||||
|
||||
_drawState.DrawIndexed = true;
|
||||
engine.ForceStateDirty(IndexBufferCountMethodOffset * 4);
|
||||
|
||||
DrawEnd(engine, firstIndex, indexCount);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue