From e6b89d39f89d203ac92b57014efeac75329591b0 Mon Sep 17 00:00:00 2001 From: Alexandre Mutel Date: Thu, 18 Jul 2024 08:45:26 +0200 Subject: [PATCH] Fixes https://github.com/veldrid/veldrid/issues/387 --- src/XenoAtom.Graphics/Vk/VkCommandList.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/XenoAtom.Graphics/Vk/VkCommandList.cs b/src/XenoAtom.Graphics/Vk/VkCommandList.cs index 058c8dc..a4fe95d 100644 --- a/src/XenoAtom.Graphics/Vk/VkCommandList.cs +++ b/src/XenoAtom.Graphics/Vk/VkCommandList.cs @@ -404,6 +404,7 @@ private void FlushNewResourceSets( currentBatchCount = 0; currentBatchFirstSet = currentSlot + 1; + currentBatchDynamicOffsetCount = 0; } } }