mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-26 11:50:59 +00:00
Use the deserialised dimensions for dispatch, not 0,0,0. Refs #216
This commit is contained in:
@@ -1369,7 +1369,7 @@ bool WrappedVulkan::Serialise_vkCmdDispatch(
|
||||
if(ShouldRerecordCmd(cmdid) && InRerecordRange())
|
||||
{
|
||||
commandBuffer = RerecordCmdBuf(cmdid);
|
||||
ObjDisp(commandBuffer)->CmdDispatch(Unwrap(commandBuffer), x, y, z);
|
||||
ObjDisp(commandBuffer)->CmdDispatch(Unwrap(commandBuffer), X, Y, Z);
|
||||
}
|
||||
}
|
||||
else if(m_State == READING)
|
||||
|
||||
Reference in New Issue
Block a user