mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 10:00:40 +00:00
Buffer viewer now updates contents when EID changes
This commit is contained in:
committed by
Baldur Karlsson
parent
d130b9652f
commit
ecccb6973a
@@ -1421,6 +1421,15 @@ void BufferViewer::OnEventChanged(uint32_t eventId)
|
||||
m_ModelVSOut->primRestart = m_ModelVSIn->primRestart;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
QString errors;
|
||||
QList<FormatElement> cols = FormatElement::ParseFormatString(m_Format, 0, true, errors);
|
||||
|
||||
ClearModels();
|
||||
|
||||
m_ModelVSIn->columns = cols;
|
||||
}
|
||||
|
||||
EnableCameraGuessControls();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user