mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-26 23:55:46 +00:00
Clear stream-out state when clearing pipeline state
This commit is contained in:
@@ -883,6 +883,8 @@ void D3D12PipelineStateViewer::clearState()
|
||||
clearShaderState(ui->csShader, ui->csRootSig, ui->csResources, ui->csSamplers, ui->csCBuffers,
|
||||
ui->csUAVs);
|
||||
|
||||
ui->gsStreamOut->clear();
|
||||
|
||||
QToolButton *shaderButtons[] = {
|
||||
ui->vsShaderViewButton, ui->hsShaderViewButton, ui->dsShaderViewButton,
|
||||
ui->gsShaderViewButton, ui->psShaderViewButton, ui->csShaderViewButton,
|
||||
|
||||
Reference in New Issue
Block a user