mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-21 21:26:12 +00:00
Give our threads debugger-friendly names
This commit is contained in:
@@ -2560,6 +2560,7 @@ void BufferViewer::populateBBox(PopulateBufferData *bufdata)
|
||||
|
||||
GUIInvoke::call(this, [this, bbox]() { UI_UpdateBoundingBox(*bbox); });
|
||||
});
|
||||
thread->setName(lit("BBox calc"));
|
||||
thread->selfDelete(true);
|
||||
thread->start();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user