Fix vkCmdDrawIndexedIndirectCount not properly using patched arguments

This commit is contained in:
baldurk
2025-11-11 12:25:36 +00:00
parent 9521122e18
commit 4a3447af78
@@ -3298,7 +3298,7 @@ bool WrappedVulkan::Serialise_vkCmdDrawIndexedIndirectCount(
// draw from our custom buffer
m_IndirectDraw = true;
buffer = m_IndirectBuffer.UnwrappedBuffer();
unwrappedBuffer = m_IndirectBuffer.UnwrappedBuffer();
offset = 0;
count = drawidx + 1;
stride = sizeof(VkDrawIndexedIndirectCommand);