mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-27 08:05:42 +00:00
Clear stream-out state when clearing pipeline state
This commit is contained in:
@@ -848,6 +848,8 @@ void D3D11PipelineStateViewer::clearState()
|
||||
ui->iaBytecodeViewButton,
|
||||
};
|
||||
|
||||
ui->gsStreamOut->clear();
|
||||
|
||||
for(QToolButton *b : shaderButtons)
|
||||
b->setEnabled(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user