mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-25 19:30:53 +00:00
Set PipelineState in render state when serialising an initial Reset()
This commit is contained in:
@@ -209,6 +209,8 @@ bool WrappedID3D12GraphicsCommandList::Serialise_Reset(ID3D12CommandAllocator *p
|
||||
m_Cmd->m_RerecordCmds[bakeId] = list;
|
||||
m_Cmd->m_RerecordCmds[CommandList] = list;
|
||||
}
|
||||
|
||||
m_Cmd->m_RenderState.pipe = GetResID(pInitialState);
|
||||
}
|
||||
|
||||
m_Cmd->m_BakedCmdListInfo[CommandList].curEventID = 0;
|
||||
|
||||
Reference in New Issue
Block a user