Display matrix memory order in cbuffer type column. Refs #800

This commit is contained in:
baldurk
2018-02-19 11:53:20 +00:00
parent 41112d10e5
commit 2eb56e4279
9 changed files with 41 additions and 21 deletions
@@ -281,7 +281,7 @@ bool ConstantBufferPreviewer::updateVariables(RDTreeWidgetItem *root,
// different size or type? can't update
if(a.rows != b.rows || a.columns != b.columns || a.displayAsHex != b.displayAsHex ||
a.isStruct != b.isStruct || a.type != b.type)
a.isStruct != b.isStruct || a.rowMajor != b.rowMajor || a.type != b.type)
return false;
// update this node's value column