From 66a434842c8510b209fb8fc30899bd1802b2425c Mon Sep 17 00:00:00 2001 From: Tony Barbour Date: Mon, 22 Aug 2016 16:10:02 -0600 Subject: layers: Leave INDEX_BUFFER_BOUND set in set_cb_pso_status Change-Id: I5ca986c95b97cdf97a0f65b0c34db32d91428645 --- layers/core_validation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layers/core_validation.cpp') 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 -- cgit v1.2.3