mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Fix a crash in vulkan pipeline state export to html
This commit is contained in:
@@ -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]
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user