mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Rename ShaderResource::IsSRV to a more generic IsReadOnly property
This commit is contained in:
@@ -740,7 +740,7 @@ QTreeWidgetItem *ShaderViewer::makeResourceRegister(const BindpointMap &bind, ui
|
||||
|
||||
QChar regChar('u');
|
||||
|
||||
if(res.IsSRV)
|
||||
if(res.IsReadOnly)
|
||||
regChar = QChar('t');
|
||||
|
||||
// %1 = reg prefix (t or u for D3D11)
|
||||
|
||||
Reference in New Issue
Block a user