mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-23 14:15:42 +00:00
Add items to matrix type dropdown in buffer viewer configuration
This commit is contained in:
@@ -1018,6 +1018,8 @@ BufferViewer::BufferViewer(ICaptureContext &ctx, bool meshview, QWidget *parent)
|
||||
ui->solidShading->adjustSize();
|
||||
ui->solidShading->setCurrentIndex(0);
|
||||
|
||||
ui->matrixType->addItems({tr("Perspective"), tr("Orthographic")});
|
||||
|
||||
// wireframe only available on solid shaded options
|
||||
ui->wireframeRender->setEnabled(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user