mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-25 07:56:33 +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
|
// draw from our custom buffer
|
||||||
m_IndirectDraw = true;
|
m_IndirectDraw = true;
|
||||||
buffer = m_IndirectBuffer.UnwrappedBuffer();
|
unwrappedBuffer = m_IndirectBuffer.UnwrappedBuffer();
|
||||||
offset = 0;
|
offset = 0;
|
||||||
count = drawidx + 1;
|
count = drawidx + 1;
|
||||||
stride = sizeof(VkDrawIndexedIndirectCommand);
|
stride = sizeof(VkDrawIndexedIndirectCommand);
|
||||||
|
|||||||
Reference in New Issue
Block a user