diff options
| author | Tony Barbour <tony@LunarG.com> | 2016-08-22 16:10:02 -0600 |
|---|---|---|
| committer | Tony Barbour <tony@LunarG.com> | 2016-08-23 09:02:16 -0600 |
| commit | 66a434842c8510b209fb8fc30899bd1802b2425c (patch) | |
| tree | a76b72ae1b762ba301a0668dba2d81f71da54c8b /layers/core_validation.cpp | |
| parent | 334b3be8a6022ba22850c2cce1d79be38045e01e (diff) | |
| download | usermoji-66a434842c8510b209fb8fc30899bd1802b2425c.tar.xz | |
layers: Leave INDEX_BUFFER_BOUND set in set_cb_pso_status
Change-Id: I5ca986c95b97cdf97a0f65b0c34db32d91428645
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 |
