diff options
Diffstat (limited to 'layers/core_validation.cpp')
| -rw-r--r-- | layers/core_validation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layers/core_validation.cpp b/layers/core_validation.cpp index 03631622..f4ec39e3 100644 --- a/layers/core_validation.cpp +++ b/layers/core_validation.cpp @@ -4021,7 +4021,7 @@ static void set_cb_pso_status(GLOBAL_CB_NODE *pCB, const PIPELINE_NODE *pPipe) { // Account for any dynamic state not set via this PSO if (!pPipe->graphicsPipelineCI.pDynamicState || !pPipe->graphicsPipelineCI.pDynamicState->dynamicStateCount) { // All state is static - pCB->status = CBSTATUS_ALL; + pCB->status |= CBSTATUS_ALL; } else { // First consider all state on // Then unset any state that's noted as dynamic in PSO |
