diff options
| -rw-r--r-- | layers/draw_state.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/layers/draw_state.cpp b/layers/draw_state.cpp index 40fa5f0e..1054cee8 100644 --- a/layers/draw_state.cpp +++ b/layers/draw_state.cpp @@ -5515,8 +5515,6 @@ VK_LAYER_EXPORT VKAPI_ATTR void VKAPI_CALL vkCmdBindPipeline(VkCommandBuffer com __LINE__, DRAWSTATE_INVALID_RENDERPASS_CMD, "DS", "Incorrectly binding compute pipeline (%#" PRIxLEAST64 ") during active RenderPass (%#" PRIxLEAST64 ")", (uint64_t) pipeline, (uint64_t) pCB->activeRenderPass); - } else if (VK_PIPELINE_BIND_POINT_GRAPHICS == pipelineBindPoint) { - skipCall |= outsideRenderPass(dev_data, pCB, "vkCmdBindPipeline"); } PIPELINE_NODE* pPN = getPipeline(dev_data, pipeline); |
