mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Tweak a few things in the pipeline state & config interfaces
* Remove reference out parameters that aren't a good fit for python bindings, and change a few names to make a better interface.
This commit is contained in:
@@ -46,7 +46,7 @@ SettingsDialog::SettingsDialog(ICaptureContext &ctx, QWidget *parent)
|
||||
|
||||
for(int i = 0; i < (int)TimeUnit::Count; i++)
|
||||
{
|
||||
ui->EventBrowser_TimeUnit->addItem(UnitPrefix((TimeUnit)i));
|
||||
ui->EventBrowser_TimeUnit->addItem(UnitSuffix((TimeUnit)i));
|
||||
}
|
||||
|
||||
ui->pages->clearSelection();
|
||||
|
||||
Reference in New Issue
Block a user