mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-02-21 16:43:35 +00:00
Fix validation error for query reset
Need to think of a better way to do this.
This commit is contained in:
parent
05a736b6d3
commit
90ae2dbf69
1 changed files with 1 additions and 0 deletions
|
@ -297,6 +297,7 @@ namespace Ryujinx.Graphics.Vulkan
|
|||
|
||||
foreach (var queryPool in _activeQueries)
|
||||
{
|
||||
Gd.Api.CmdResetQueryPool(CommandBuffer, queryPool, 0, 1);
|
||||
Gd.Api.CmdBeginQuery(CommandBuffer, queryPool, 0, 0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue