mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-24 23:46:41 +00:00
Fix vkCmdDrawIndexedIndirectCount not properly using patched arguments
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user