mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 13:00:32 +00:00
Root constants are always 'filled'
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user