mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
Add slice information to the Pixel History Window Title
This commit is contained in:
@@ -659,6 +659,8 @@ void PixelHistoryView::updateWindowTitle()
|
||||
if(tex->msSamp > 1)
|
||||
title += tr(" @ Sample %1").arg(m_Display.subresource.sample);
|
||||
|
||||
if(tex->arraysize > 0)
|
||||
title += tr(" @ Slice %1").arg(m_Display.subresource.slice);
|
||||
setWindowTitle(title);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user