mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 10:00:40 +00:00
Fix calculation of temp memory for pRenderingInfo
This commit is contained in:
@@ -6677,7 +6677,7 @@ bool WrappedVulkan::Serialise_vkCmdBeginRendering(SerialiserType &ser, VkCommand
|
||||
{
|
||||
m_LastCmdBufferID = GetResourceManager()->GetOriginalID(GetResID(commandBuffer));
|
||||
|
||||
byte *tempMem = GetTempMemory(GetNextPatchSize(pRenderingInfo));
|
||||
byte *tempMem = GetTempMemory(GetNextPatchSize(&RenderingInfo));
|
||||
VkRenderingInfo *unwrappedInfo = UnwrapStructAndChain(m_State, tempMem, &RenderingInfo);
|
||||
|
||||
if(IsActiveReplaying(m_State))
|
||||
|
||||
Reference in New Issue
Block a user