mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-24 23:46:41 +00:00
Print using the right subpass variable
This commit is contained in:
@@ -963,7 +963,8 @@ bool WrappedVulkan::Serialise_vkCmdNextSubpass(Serialiser *localSerialiser,
|
||||
|
||||
AddEvent(NEXT_SUBPASS, desc);
|
||||
FetchDrawcall draw;
|
||||
draw.name = StringFormat::Fmt("vkCmdNextSubpass() => %u", m_RenderState.subpass);
|
||||
draw.name = StringFormat::Fmt("vkCmdNextSubpass() => %u",
|
||||
m_BakedCmdBufferInfo[m_LastCmdBufferID].state.subpass);
|
||||
draw.flags |= eDraw_PassBoundary | eDraw_BeginPass | eDraw_EndPass;
|
||||
|
||||
AddDrawcall(draw, true);
|
||||
|
||||
Reference in New Issue
Block a user