Fix a crash in vulkan pipeline state export to html

This commit is contained in:
baldurk
2016-09-12 14:28:46 +02:00
parent 39fae161d8
commit 0c009cd578
@@ -2863,10 +2863,9 @@ namespace renderdocui.Windows.PipelineState
object[] sampDetails = MakeSampler("", "", descriptorBind);
rows.Add(new object[] {
setname, slotname, name, bind.type,
"", "", "",
"", "", "", "",
sampDetails[5],
sampDetails[6],
sampDetails[7]
sampDetails[6]
});
}
}