Add UAVs into UAV list

This commit is contained in:
baldurk
2016-10-21 19:43:42 +02:00
parent b14d7c2c0b
commit 3e94689089
@@ -548,7 +548,7 @@ namespace renderdocui.Windows.PipelineState
{
for (int reg = 0; reg < stage.Spaces[space].UAVs.Length; reg++)
{
AddResourceRow(stage, resources, space, reg, true);
AddResourceRow(stage, uavs, space, reg, true);
}
}
uavs.EndUpdate();