mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-24 07:26:34 +00:00
Add extra column of empty data for unbound sampler row
This commit is contained in:
@@ -1074,6 +1074,7 @@ void VulkanPipelineStateViewer::addResourceRow(ShaderReflection *shaderDetails,
|
||||
{
|
||||
samplerNode = new RDTreeWidgetItem({
|
||||
QString(), bindset, slotname, ToQStr(bindType), ResourceId(), lit("-"), QString(),
|
||||
QString(),
|
||||
});
|
||||
|
||||
setEmptyRow(node);
|
||||
|
||||
Reference in New Issue
Block a user