Root constants are always 'filled'

This commit is contained in:
baldurk
2016-09-23 12:09:20 +02:00
parent 05eb9d7efd
commit 24bc741d8c
@@ -730,6 +730,9 @@ namespace renderdocui.Windows.PipelineState
}
bool filledSlot = (b.Buffer != ResourceId.Null);
if (b.Immediate && b.RootValues.Length > 0)
filledSlot = true;
bool usedSlot = (bind != null && bind.used);
// show if