mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-26 08:26:50 +00:00
Remove use of bool32 replay API type&optimise mem layout in some structs
This commit is contained in:
@@ -2022,7 +2022,7 @@ void GLPipelineStateViewer::resource_itemActivated(RDTreeWidgetItem *item, int c
|
||||
if(desc.rows > 1 && desc.cols > 1)
|
||||
format += QFormatStr("%1x%2").arg(desc.rows).arg(desc.cols);
|
||||
else if(desc.cols > 1)
|
||||
format += desc.cols;
|
||||
format += QString::number(desc.cols);
|
||||
|
||||
if(!desc.name.empty())
|
||||
format += lit(" ") + desc.name;
|
||||
|
||||
Reference in New Issue
Block a user