Add extra column of empty data for unbound sampler row

This commit is contained in:
baldurk
2018-04-20 16:37:00 +01:00
parent 172e937206
commit 550f4f4424
@@ -1074,6 +1074,7 @@ void VulkanPipelineStateViewer::addResourceRow(ShaderReflection *shaderDetails,
{
samplerNode = new RDTreeWidgetItem({
QString(), bindset, slotname, ToQStr(bindType), ResourceId(), lit("-"), QString(),
QString(),
});
setEmptyRow(node);