mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 21:10:42 +00:00
Add UAVs into UAV list
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user