mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-07 15:20:58 +00:00
Set basevertex to 0 when calculating column data width
This commit is contained in:
@@ -2687,6 +2687,7 @@ void BufferViewer::CalcColumnWidth(int maxNumRows)
|
||||
FormatElement(headerText, 0, 16, false, 1, false, 1, intFmt, false, false));
|
||||
|
||||
m_ModelVSIn->numRows = 2;
|
||||
m_ModelVSIn->baseVertex = 0;
|
||||
|
||||
if(m_ModelVSIn->indices)
|
||||
m_ModelVSIn->indices->deref();
|
||||
|
||||
Reference in New Issue
Block a user