diff --git a/qrenderdoc/Windows/PipelineState/PipelineStateViewer.cpp b/qrenderdoc/Windows/PipelineState/PipelineStateViewer.cpp index 23a8a77bc..3fa8ae7cd 100644 --- a/qrenderdoc/Windows/PipelineState/PipelineStateViewer.cpp +++ b/qrenderdoc/Windows/PipelineState/PipelineStateViewer.cpp @@ -1448,6 +1448,7 @@ QString PipelineStateViewer::GetVBufferFormatString(uint32_t slot) QString sanitised_name = real_name; sanitised_name.replace(QLatin1Char('.'), QLatin1Char('_')) + .replace(QLatin1Char(':'), QLatin1Char('_')) .replace(QLatin1Char('['), QLatin1Char('_')) .replace(QLatin1Char(']'), QLatin1Char('_'));