Clear stream-out state when clearing pipeline state

This commit is contained in:
baldurk
2019-05-20 14:16:43 +01:00
parent 06feec392d
commit 59ad2ebfa2
4 changed files with 8 additions and 0 deletions
@@ -848,6 +848,8 @@ void D3D11PipelineStateViewer::clearState()
ui->iaBytecodeViewButton,
};
ui->gsStreamOut->clear();
for(QToolButton *b : shaderButtons)
b->setEnabled(false);