mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 13:00:32 +00:00
Set command buffer info under recorded command buffer IDs
This commit is contained in:
@@ -575,6 +575,9 @@ bool WrappedVulkan::Serialise_vkBeginCommandBuffer(Serialiser *localSerialiser,
|
||||
// there's no issue with clashes here.
|
||||
m_RerecordCmds[bakeId] = cmd;
|
||||
m_RerecordCmds[cmdId] = cmd;
|
||||
|
||||
m_BakedCmdBufferInfo[GetResID(cmd)].level = allocInfo.level;
|
||||
m_BakedCmdBufferInfo[GetResID(cmd)].beginFlags = info.flags;
|
||||
}
|
||||
|
||||
// add one-time submit flag as this partial cmd buffer will only be submitted once
|
||||
|
||||
Reference in New Issue
Block a user