diff --git a/qrenderdoc/Windows/PipelineState/GLPipelineStateViewer.cpp b/qrenderdoc/Windows/PipelineState/GLPipelineStateViewer.cpp index e1374fde2..0759c92b4 100644 --- a/qrenderdoc/Windows/PipelineState/GLPipelineStateViewer.cpp +++ b/qrenderdoc/Windows/PipelineState/GLPipelineStateViewer.cpp @@ -720,6 +720,8 @@ void GLPipelineStateViewer::setShaderState(const GLPipe::Shader &stage, QLabel * RDTreeWidgetItem *node = new RDTreeWidgetItem({slotname, name, typeName, w, h, d, a, format, QString()}); + node->setTag(QVariant::fromValue(r.Resource)); + if(!filledSlot) setEmptyRow(node);