mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-20 22:41:36 +00:00
Fix incorrect range for view details - offset to offset+size
This commit is contained in:
@@ -422,7 +422,7 @@ void VulkanPipelineStateViewer::setViewDetails(QTreeWidgetItem *node, const bind
|
||||
{
|
||||
text += tr("The view covers bytes %1-%2.\nThe buffer is %3 bytes in length.")
|
||||
.arg(view.offset)
|
||||
.arg(view.size)
|
||||
.arg(view.offset + view.size)
|
||||
.arg(buf->length);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user